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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static StencilFlags ReadMask(
	byte mask
)

Parameters

mask
Type: SystemByte
The mask.

Return Value

Type: StencilFlags
The encoded stencil state.
See Also