class TexMap
Class for controlling texture maps.
| Constructors and Destructors | ||
|---|---|---|
| TexMap | Constructor. | |
| Set/Get | ||
| GetTextureObject | Gets a texture object. | |
| SetTextureObject | Sets a texture object. | |
| GetWrapModeS | Gets the wrap mode of a texture in the s direction. | |
| GetWrapModeT | Gets the wrap mode of a texture in the t direction. | |
| SetWrapMode | Sets the wrap mode of a texture. | |
| GetMinFilter | Gets the filter mode applied when scaling down a texture. | |
| GetMagFilter | Gets the filter mode applied when magnifying a texture. | |
| SetFilter | Sets a texture's filter mode. | |
| GetWidth | Gets the texture width. | |
| GetHeight | Gets the texture height. | |
GetSize
|
Gets the texture size (width and height). | |
SetSize
|
Sets the texture size (width and height). | |
| GetRealWidth | Gets the texture width. | |
| GetRealHeight | Gets the texture height. | |
| GetRealSize | Gets the texture size (width and height). | |
| SetRealSize | Sets the texture size (width and height). | |
| SetPhysicalAddress | Sets the physical address of the texture. | |
GetPhysicalAddress
|
Gets the physical address of the texture. | |
| GetFormat | Gets the texture format. | |
| SetFormat | Sets the texture format. | |
Set
|
Sets texture information. | |
CONFIDENTIAL