Click or drag to resize

RenderState   Conversion (RenderState to UInt64)

Performs an explicit conversion to ulong.

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

Parameters

state  RenderState
The value to convert.

Return Value

UInt64
See Also