Version: 2019.4
public BlendState (bool separateMRTBlend, bool alphaToMask);

パラメーター

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

説明

Creates a new blend state with the specified values.

All blend states are initialized to RenderTargetBlendState.defaultValue.