RenderStateBlendFunction(RenderState, RenderState, RenderState, RenderState) Method |
Builds a render state for a blend function.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static RenderState BlendFunction(
RenderState sourceColor,
RenderState destinationColor,
RenderState sourceAlpha,
RenderState destinationAlpha
)
Parameters
- sourceColor RenderState
- The source color blend operation.
- destinationColor RenderState
- The destination color blend operation.
- sourceAlpha RenderState
- The source alpha blend operation.
- destinationAlpha RenderState
- The destination alpha blend operation.
Return Value
RenderState
The render state for the blend function.
See Also