Click or drag to resize

StencilFlagsOnesComplement Operator

Implements the bitwise-complement operator.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static StencilFlags operator ~(
	StencilFlags state
)

Parameters

state  StencilFlags
The operand.

Return Value

StencilFlags
The result of the operator.
See Also