BgfxSetRenderState(RenderState, Int32) Method |
Set rendering states used to draw primitives.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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