C# Class Reign.Video.Vita.DepthStencilState

Inheritance: System.Disposable, DepthStencilStateI
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : System
Enable ( ) : void
New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState

Method Details

DepthStencilState() public method

public DepthStencilState ( DisposableI parent, DepthStencilStateDescI desc ) : System
parent DisposableI
desc DepthStencilStateDescI
return System

Enable() public method

public Enable ( ) : void
return void

New() public static method

public static New ( DisposableI parent, DepthStencilStateDescI desc ) : DepthStencilState
parent DisposableI
desc DepthStencilStateDescI
return DepthStencilState