[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.OutputMergerStage.GetBlendState

GetBlendState Method

GetBlendState(out ColorF, out int)

Get the {{blend state}} of the output-merger stage.

Declaration
public BlendState GetBlendState(out ColorF blendFactor, out int sampleMaskRef)
Public Function GetBlendState(ByRef blendFactor As ColorF, ByRef sampleMaskRef As Integer) As BlendState
Parameters
Type Name Description
ColorF blendFactor
int sampleMaskRef
Returns
Type Description
BlendState

GetBlendState(out BlendState, out ColorF, out int)

void ID3D11DeviceContext::OMGetBlendState([Out, Optional] ID3D11BlendState** ppBlendState,[Out, Optional] SHARPDX_COLOR4* BlendFactor,[Out, Optional] unsigned int* pSampleMask)

Declaration
public void GetBlendState(out BlendState blendStateOut, out ColorF blendFactor, out int sampleMaskRef)
Public Sub GetBlendState(ByRef blendStateOut As BlendState, ByRef blendFactor As ColorF, ByRef sampleMaskRef As Integer)
Parameters
Type Name Description
BlendState blendStateOut
ColorF blendFactor
int sampleMaskRef