Click or drag to resize

BgfxSetRenderState Method (RenderState)

Set rendering states used to draw primitives.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void SetRenderState(
	RenderState state
)

Parameters

state
Type: Internal.SharpBgfxRenderState
The set of states to set.
See Also