Click or drag to resize

BgfxSetRenderState(RenderState, Int32) 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,
	int colorRgba
)

Parameters

state  RenderState
The set of states to set.
colorRgba  Int32
The color used for "factor" blending modes.
See Also