Click or drag to resize

BgfxSetStencil Method (StencilFlags, StencilFlags)

Sets stencil test state.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetStencil(
	StencilFlags frontFace,
	StencilFlags backFace
)

Parameters

frontFace
Type: Internal.SharpBgfxStencilFlags
The stencil state to use for front faces.
backFace
Type: Internal.SharpBgfxStencilFlags
The stencil state to use for back faces.
See Also