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)
Parameters
Type |
Name |
Description |
ColorF |
blendFactor |
|
int |
sampleMaskRef |
|
Returns
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)
Parameters