'宣言 Public Function New( _ ByVal isBlendEnabled As System.Boolean, _ ByVal sourceBlend As BlendOption, _ ByVal destinationBlend As BlendOption, _ ByVal blendOperation As BlendOperation, _ ByVal sourceAlphaBlend As BlendOption, _ ByVal destinationAlphaBlend As BlendOption, _ ByVal alphaBlendOperation As BlendOperation, _ ByVal renderTargetWriteMask As ColorWriteMaskFlags _ )
public RenderTargetBlendDescription( System.bool isBlendEnabled, BlendOption sourceBlend, BlendOption destinationBlend, BlendOperation blendOperation, BlendOption sourceAlphaBlend, BlendOption destinationAlphaBlend, BlendOperation alphaBlendOperation, ColorWriteMaskFlags renderTargetWriteMask )
パラメータ
- isBlendEnabled
- The is blend enabled.
- sourceBlend
- The source blend.
- destinationBlend
- The destination blend.
- blendOperation
- The blend operation.
- sourceAlphaBlend
- The source alpha blend.
- destinationAlphaBlend
- The destination alpha blend.
- alphaBlendOperation
- The alpha blend operation.
- renderTargetWriteMask
- The render target write mask.