BgfxSetRenderState Method (RenderState, Int32) |
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 public static void SetRenderState(
RenderState state,
int colorRgba
)
Parameters
- state
- Type: Internal.SharpBgfxRenderState
The set of states to set. - colorRgba
- Type: SystemInt32
The color used for "factor" blending modes.
See Also