Version: 2017.2
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

separateMRTBlend Determines whether each render target uses a separate blend state.
alphaToMask Turns on alpha-to-coverage.

Descripción

Creates a new blend state with the specified values.

All blend states are initialized to RenderTargetBlendState.Default.