C# Class Afterglow.Graphics.Textures.SlimDXTexture

SlimDX texture implementation.
Inheritance: ITexture
Show file Open project: Christof/afterglow

Private Properties

Property Type Description

Public Methods

Method Description
Load ( ) : void

Loads the resource.

SlimDXTexture ( string filename, Device device ) : SlimDX.Direct3D10

Initializes a new instance of the SlimDXTexture class.

Unload ( ) : void

Unloads the resource.

Method Details

Load() public method

Loads the resource.
public Load ( ) : void
return void

SlimDXTexture() public method

Initializes a new instance of the SlimDXTexture class.
public SlimDXTexture ( string filename, Device device ) : SlimDX.Direct3D10
filename string The filename.
device Device The device.
return SlimDX.Direct3D10

Unload() public method

Unloads the resource.
public Unload ( ) : void
return void