Click or drag to resize

RenderStateBlendEquation Method (RenderState, RenderState)

Builds a render state for a blend equation.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static RenderState BlendEquation(
	RenderState sourceEquation,
	RenderState alphaEquation
)

Parameters

sourceEquation
Type: Internal.SharpBgfxRenderState
The source equation.
alphaEquation
Type: Internal.SharpBgfxRenderState
The alpha equation.

Return Value

Type: RenderState
The render state for the blend equation.
See Also