C# Class Axiom.RenderSystems.OpenGLES.GLESTexture

Inheritance: Axiom.Core.Texture
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
_loadedImages List

Méthodes publiques

Méthode Description
CreateRenderTexture ( ) : void

DoImageIO ( string name, string group, string ext, List &images, Axiom.Core.Resource r ) : void

GLESTexture ( ResourceManager creator, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System

GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer

Méthodes protégées

Méthode Description
CreateSurfaceList ( ) : void

createInternalResources ( ) : void

dispose ( bool disposeManagedResources ) : void

freeInternalResources ( ) : void

load ( ) : void

unload ( ) : void

Method Details

CreateRenderTexture() public méthode

public CreateRenderTexture ( ) : void
Résultat void

CreateSurfaceList() protected méthode

protected CreateSurfaceList ( ) : void
Résultat void

DoImageIO() public static méthode

public static DoImageIO ( string name, string group, string ext, List &images, Axiom.Core.Resource r ) : void
name string
group string
ext string
images List
r Axiom.Core.Resource
Résultat void

GLESTexture() public méthode

public GLESTexture ( ResourceManager creator, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System
creator Axiom.Core.ResourceManager
name string
handle System.UInt64
group string
isManual bool
loader IManualResourceLoader
support Axiom.RenderSystems.OpenGLES.GLESSupport
Résultat System

GetBuffer() public méthode

public GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer
face int
mipmap int
Résultat Axiom.Graphics.HardwarePixelBuffer

createInternalResources() protected méthode

protected createInternalResources ( ) : void
Résultat void

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

freeInternalResources() protected méthode

protected freeInternalResources ( ) : void
Résultat void

load() protected méthode

protected load ( ) : void
Résultat void

unload() protected méthode

protected unload ( ) : void
Résultat void

Property Details

_loadedImages protected_oe property

List of images that were pulled from disk by prepareLoad but have yet to be pushed into texture memory by loadImpl. Images should be deleted by loadImpl and unprepareImpl.
protected List _loadedImages
Résultat List