Click or drag to resize

BgfxSetStencil(StencilFlags) Method

Sets stencil test state.

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

Parameters

frontFace  StencilFlags
The stencil state to use for front faces.
See Also