BgfxSetStencil(StencilFlags) Method |
Sets stencil test state.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetStencil(
StencilFlags frontFace
)
Parameters
- frontFace StencilFlags
- The stencil state to use for front faces.
See Also