Click or drag to resize

RenderState Constructor

Initializes a new instance of the RenderState struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public RenderState(
	long value
)

Parameters

value  Int64
The integer value of the state.
See Also