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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static explicit operator ulong (
	RenderState state
)

Parameters

state
Type: Internal.SharpBgfxRenderState
The value to convert.

Return Value

Type: UInt64
See Also