ComponentOne Bitmap for UWP
CreateDepthStencilState Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Device Class : CreateDepthStencilState Method
HRESULT ID3D11Device::CreateDepthStencilState([In] const D3D11_DEPTH_STENCIL_DESC* pDepthStencilDesc,[Out, Fast] ID3D11DepthStencilState** ppDepthStencilState)
Syntax
'Declaration
 
Public Function CreateDepthStencilState( _
   ByRef depthStencilDescRef As DepthStencilStateDescription _
) As DepthStencilState
public DepthStencilState CreateDepthStencilState( 
   ref DepthStencilStateDescription depthStencilDescRef
)

Parameters

depthStencilDescRef
See Also

Reference

Device Class
Device Members