C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / ClearDepthStencilView Method

In This Topic
ClearDepthStencilView Method
In This Topic
void ID3D11DeviceContext::ClearDepthStencilView([In] ID3D11DepthStencilView* pDepthStencilView,[In] D3D11_CLEAR_FLAG ClearFlags,[In] float Depth,[In] unsigned char Stencil)
Syntax
'Declaration
 
Public Sub ClearDepthStencilView( _
   ByVal depthStencilViewRef As DepthStencilView, _
   ByVal clearFlags As DepthStencilClearFlags, _
   ByVal depth As System.Single, _
   ByVal stencil As System.Byte _
) 
 

Parameters

depthStencilViewRef
clearFlags
depth
stencil
See Also