Click or drag to resize

RenderStateRightShift Operator

Implements the right shift operator.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static RenderState operator >>(
	RenderState state,
	int amount
)

Parameters

state  RenderState
The value to shift.
amount  Int32
The amount to shift.

Return Value

RenderState
The result of the operator.
See Also