C# Class Reign.Video.Vita.DepthStencil

Inheritance: System.Disposable, DepthStencilI
Mostrar archivo Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
Dispose ( ) : void
New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI

Private Methods

Method Description
enable ( ) : void

Method Details

DepthStencil() public method

public DepthStencil ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : System
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
return System

Dispose() public method

public Dispose ( ) : void
return void

New() public static method

public static New ( DisposableI parent, int width, int height, DepthStencilFormats depthStencilFormats ) : DepthStencilI
parent DisposableI
width int
height int
depthStencilFormats DepthStencilFormats
return DepthStencilI