class TextureInfo
Class for storing texture information.
| S | INVALID | Indicates an invalid texture. |
|---|
| Constructors and Destructors | ||
|---|---|---|
| TextureInfo | Constructor. | |
| Set/Get | ||
Set
|
Sets texture information. | |
| GetTextureObject | Gets a texture object. | |
GetSize
|
Gets the size (width and height) of the area used by the texture. | |
| GetRealSize | Gets the texture size (width and height). | |
GetPhysicalAddress
|
Gets the physical address of the texture. | |
| GetFormat | Gets the texture format. | |
IsValid
|
Checks if a texture is valid. | |
CONFIDENTIAL