Property | Type | Description | |
---|---|---|---|
_loadedImages | List |
Method | Description | |
---|---|---|
CreateRenderTexture ( ) : void |
|
|
DoImageIO ( string name, string group, string ext, List &images, Axiom.Core.Resource r ) : void |
|
|
GLESTexture ( |
|
|
GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer |
|
Method | Description | |
---|---|---|
CreateSurfaceList ( ) : void |
|
|
createInternalResources ( ) : void |
|
|
dispose ( bool disposeManagedResources ) : void |
|
|
freeInternalResources ( ) : void |
|
|
load ( ) : void |
|
|
unload ( ) : void |
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 | |
return | void |
public GLESTexture ( |
||
creator | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
support | Axiom.RenderSystems.OpenGLES.GLESSupport | |
return | System |
public GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer | ||
face | int | |
mipmap | int | |
return | Axiom.Graphics.HardwarePixelBuffer |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |