Click or drag to resize

RenderStateBlendFunction(RenderState, RenderState) Method

Builds a render state for a blend function.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static RenderState BlendFunction(
	RenderState source,
	RenderState destination
)

Parameters

source  RenderState
The source blend operation.
destination  RenderState
The destination blend operation.

Return Value

RenderState
The render state for the blend function.
See Also