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