C# Class Axiom.RenderSystems.Xna.XnaTextureManager

Summary description for XnaTextureManager.
Inheritance: Axiom.Core.TextureManager
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
GetNativeFormat ( TextureType ttype, PixelFormat format, TextureUsage usage ) : PixelFormat
RecreateDefaultPoolResources ( ) : void
ReleaseDefaultPoolResources ( ) : void
XnaTextureManager ( Microsoft.Xna.Framework.Graphics device ) : System

Méthodes protégées

Méthode Description
_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource
dispose ( bool disposeManagedResources ) : void

Class level dispose method

Method Details

GetNativeFormat() public méthode

public GetNativeFormat ( TextureType ttype, PixelFormat format, TextureUsage usage ) : PixelFormat
ttype TextureType
format PixelFormat
usage TextureUsage
Résultat PixelFormat

RecreateDefaultPoolResources() public méthode

public RecreateDefaultPoolResources ( ) : void
Résultat void

ReleaseDefaultPoolResources() public méthode

public ReleaseDefaultPoolResources ( ) : void
Résultat void

XnaTextureManager() public méthode

public XnaTextureManager ( Microsoft.Xna.Framework.Graphics device ) : System
device Microsoft.Xna.Framework.Graphics
Résultat System

_create() protected méthode

protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource
name string
handle ulong
group string
isManual bool
loader IManualResourceLoader
createParams NameValuePairList
Résultat Axiom.Core.Resource

dispose() protected méthode

Class level dispose method
protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void