Method | Description | |
---|---|---|
DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System | ||
Dispose ( ) : void | ||
New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI |
Method | Description | |
---|---|---|
enable ( ) : void |
public DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System | ||
parent | DisposableI | |
width | int | |
height | int | |
depthStencilFormats | DepthStencilFormats | |
return | System |
public static New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI | ||
parent | DisposableI | |
width | int | |
height | int | |
depthStencilFormats | DepthStencilFormats | |
return | DepthStencilI |