Click or drag to resize

BgfxSetRenderState(RenderState) Method

Set rendering states used to draw primitives.

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

Parameters

state  RenderState
The set of states to set.
See Also