RenderStateBlendEquation(RenderState, RenderState) Method |
Builds a render state for a blend equation.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static RenderState BlendEquation(
RenderState sourceEquation,
RenderState alphaEquation
)
Parameters
- sourceEquation RenderState
- The source equation.
- alphaEquation RenderState
- The alpha equation.
Return Value
RenderState
The render state for the blend equation.
See Also