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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public RenderState(
	long value
)

Parameters

value
Type: SystemInt64
The integer value of the state.
See Also