[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Device.CreateDepthStencilState

CreateDepthStencilState Method

CreateDepthStencilState(ref DepthStencilStateDescription)

HRESULT ID3D11Device::CreateDepthStencilState([In] const D3D11_DEPTH_STENCIL_DESC* pDepthStencilDesc,[Out, Fast] ID3D11DepthStencilState** ppDepthStencilState)

Declaration
public DepthStencilState CreateDepthStencilState(ref DepthStencilStateDescription depthStencilDescRef)
Parameters
Type Name Description
DepthStencilStateDescription depthStencilDescRef
Returns
Type Description
DepthStencilState