Click or drag to resize

BgfxSetStencil Method (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
)

Parameters

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