Click or drag to resize

RenderStateBlendFunction Method (RenderState, RenderState)

Builds a render state for a blend function.

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

Parameters

source
Type: Internal.SharpBgfxRenderState
The source blend operation.
destination
Type: Internal.SharpBgfxRenderState
The destination blend operation.

Return Value

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