RenderStateBlendFunction(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 source,
RenderState destination
)
Parameters
- source RenderState
- The source blend operation.
- destination RenderState
- The destination blend operation.
Return Value
RenderStateThe render state for the blend function.
See Also