C# Class Myre.Graphics.PostProcessing.Resample

Afficher le fichier Open project: TomGillen/Myre Class Usage Examples

Méthodes publiques

Méthode Description
Resample ( GraphicsDevice device ) : System
Scale ( RenderTarget2D source, RenderTarget2D destination ) : void

Private Methods

Méthode Description
Draw ( RenderTarget2D input, RenderTarget2D output ) : void
IntermediateNeeded ( Vector2 currentResolution, RenderTarget2D target, float scale ) : bool

Method Details

Resample() public méthode

public Resample ( GraphicsDevice device ) : System
device GraphicsDevice
Résultat System

Scale() public méthode

public Scale ( RenderTarget2D source, RenderTarget2D destination ) : void
source Microsoft.Xna.Framework.Graphics.RenderTarget2D
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
Résultat void