Experimental: this API is experimental and might be changed or removed in the future.

BlendStateConstructor

Cambiar al Manual
public BlendState (bool separateMRTBlend, bool alphaToMask);

Parámetros

separateMRTBlendDetermines whether each render target uses a separate blend state.
alphaToMaskTurns on alpha-to-coverage.

Descripción

Creates a new blend state with the specified values.

All blend states are initialized to RenderTargetBlendState.Default.