C# Class Fusion.Engine.Graphics.TargetTexture

Represents texture that could be used as target for rendering.
Inheritance: Texture
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System

Create target texture with specified size and format

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
TargetTexture ( RenderTarget2D renderTarget ) : System

Create target texture with specified size and format

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TargetTexture() public méthode

Create target texture with specified size and format
public TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System
rs RenderSystem
width int
height int
format TargetFormat
Résultat System