Texture Class
namespace Noesis
Base class for 2D textures.
Methods
Name | Description |
---|---|
GetHeight | Returns the height of the texture |
GetWidth | Returns the width of the texture |
HasMipMaps | True if the texture has mipmaps |
IsInverted | True is the texture must be vertically inverted when mapped. This is true for render targets on platforms (OpenGL) where texture V coordinate is zero at the "bottom of the texture" |
SetPrivateData | Stores custom private data |
Properties
Texture has no properties