C# Class Fusion.Engine.Graphics.TargetPool

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
AllocDS ( int width, int height ) : DepthStencil2D
AllocRT ( int width, int height, bool hdr, bool uav, bool mips ) : RenderTarget2D
Free ( DepthStencil2D target ) : void
Free ( RenderTarget2D target ) : void

Private Methods

Méthode Description
Encode ( int width, int height, bool hdr, bool uav, bool mips ) : int

Method Details

AllocDS() public méthode

public AllocDS ( int width, int height ) : DepthStencil2D
width int
height int
Résultat DepthStencil2D

AllocRT() public méthode

public AllocRT ( int width, int height, bool hdr, bool uav, bool mips ) : RenderTarget2D
width int
height int
hdr bool
uav bool
mips bool
Résultat RenderTarget2D

Free() public méthode

public Free ( DepthStencil2D target ) : void
target DepthStencil2D
Résultat void

Free() public méthode

public Free ( RenderTarget2D target ) : void
target RenderTarget2D
Résultat void