C# Class Reign.Video.Vita.Video

Inheritance: System.Disposable, VideoI
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
ClearAll ( float r, float g, float b, float a ) : void
ClearColor ( float r, float g, float b, float a ) : void
ClearColorDepth ( float r, float g, float b, float a ) : void
ClearDepthStencil ( ) : void
Dispose ( ) : void
EnableRenderTarget ( ) : void
EnableRenderTarget ( DepthStencilI depthStencil ) : void
Present ( ) : void
Update ( ) : void
Video ( DisposableI parent, ApplicationI application, DepthStencilFormats depthStencilFormats, bool vSync ) : System

Private Methods

Méthode Description
disableActiveTextures ( Texture2D texture ) : void
surfaceFormat ( SurfaceFormats surfaceFormat ) : PixelFormat

Method Details

ClearAll() public méthode

public ClearAll ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
Résultat void

ClearColor() public méthode

public ClearColor ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
Résultat void

ClearColorDepth() public méthode

public ClearColorDepth ( float r, float g, float b, float a ) : void
r float
g float
b float
a float
Résultat void

ClearDepthStencil() public méthode

public ClearDepthStencil ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnableRenderTarget() public méthode

public EnableRenderTarget ( ) : void
Résultat void

EnableRenderTarget() public méthode

public EnableRenderTarget ( DepthStencilI depthStencil ) : void
depthStencil DepthStencilI
Résultat void

Present() public méthode

public Present ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Video() public méthode

public Video ( DisposableI parent, ApplicationI application, DepthStencilFormats depthStencilFormats, bool vSync ) : System
parent DisposableI
application ApplicationI
depthStencilFormats DepthStencilFormats
vSync bool
Résultat System