Click or drag to resize

StencilFlagsReadMask Method

Encodes a read mask in a stencil state.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static StencilFlags ReadMask(
	byte mask
)

Parameters

mask  Byte
The mask.

Return Value

StencilFlags
The encoded stencil state.
See Also