BgfxSetStencil(StencilFlags, 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,
StencilFlags backFace
)
Parameters
- frontFace StencilFlags
- The stencil state to use for front faces.
- backFace StencilFlags
- The stencil state to use for back faces.
See Also