...
Name | Description |
---|---|
Create() | Creates a new GeoRGBXTexture. |
GetHeight() | Gets the height of this texture. |
GetMaxM() | If this texture is RGBM encoded, gets the maximum M value. |
GetTextureData() | Gets the raw texture data. |
GetTextureData() | Gets the raw texture data. |
GetWidth() | Gets the width of this texture. |
IsRGBMEncoded() | Queries if this texture is RGBM encoded. |
Load(Geo::IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
Load(IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
Release() | Destroys this GeoRGBXTexture. |
Release() | Free this object that was created within the Enlighten libraries. |
Save(Geo::IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
Save(IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
SetTextureData(Geo::s32, Geo::s32, const GeoRGBXTextureElement *, bool, float) | Copies data from the given buffer into this texture. |
Write(Writer &, Geo::u32) | Write to any type compatible with IffWriter. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...