C# Class Fusion.Engine.Graphics.TargetTexture

Represents texture that could be used as target for rendering.
Inheritance: Texture
ファイルを表示 Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
TargetTexture ( RenderSystem rs, int width, int height, TargetFormat format ) : System

Create target texture with specified size and format

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
TargetTexture ( RenderTarget2D renderTarget ) : System

Create target texture with specified size and format

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TargetTexture() public method

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
return System