[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.OutputMergerStage.GetDepthStencilState

GetDepthStencilState Method

GetDepthStencilState(out int)

Gets the {{depth-stencil}} state of the output-merger stage.

Declaration
public DepthStencilState GetDepthStencilState(out int stencilRefRef)
Public Function GetDepthStencilState(ByRef stencilRefRef As Integer) As DepthStencilState
Parameters
Type Name Description
int stencilRefRef
Returns
Type Description
DepthStencilState

GetDepthStencilState(out DepthStencilState, out int)

void ID3D11DeviceContext::OMGetDepthStencilState([Out, Optional] ID3D11DepthStencilState** ppDepthStencilState,[Out, Optional] unsigned int* pStencilRef)

Declaration
public void GetDepthStencilState(out DepthStencilState depthStencilStateOut, out int stencilRefRef)
Public Sub GetDepthStencilState(ByRef depthStencilStateOut As DepthStencilState, ByRef stencilRefRef As Integer)
Parameters
Type Name Description
DepthStencilState depthStencilStateOut
int stencilRefRef