C# Class Reign.Video.D3D11.ViewPort

Inheritance: IViewPort
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Apply ( ) : void
Apply ( IRenderTarget renderTarget ) : void
ViewPort ( IDisposableResource parent, Point2 position, Size2 size ) : Reign.Core

Private Methods

Méthode Description
init ( IDisposableResource parent ) : void

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Apply() public méthode

public Apply ( IRenderTarget renderTarget ) : void
renderTarget IRenderTarget
Résultat void

ViewPort() public méthode

public ViewPort ( IDisposableResource parent, Point2 position, Size2 size ) : Reign.Core
parent IDisposableResource
position Point2
size Size2
Résultat Reign.Core