Click or drag to resize

RenderStateBlendEquation(RenderState) Method

Builds a render state for a blend equation.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static RenderState BlendEquation(
	RenderState equation
)

Parameters

equation  RenderState
The equation.

Return Value

RenderState
The render state for the blend equation.
See Also