'Declaration Public Sub ClearDepthStencilView( _ ByVal depthStencilViewRef As DepthStencilView, _ ByVal clearFlags As DepthStencilClearFlags, _ ByVal depth As System.Single, _ ByVal stencil As System.Byte _ )
public void ClearDepthStencilView( DepthStencilView depthStencilViewRef, DepthStencilClearFlags clearFlags, System.float depth, System.byte stencil )
Parameters
- depthStencilViewRef
- clearFlags
- depth
- stencil