|
MPMA Framework 0.4
|
Parameters used in the creation of a texture. More...
#include <Texture.h>
Public Attributes | |
| GLint | Format |
| Preferred internal format of the texture (GL_RGBA8, etc) | |
| bool | GenerateMipMaps |
| Whether to automatically generate mipmaps when the CreateFrom* functions are called. | |
| TextureDimensions | Dimensions |
| The dimensions of the texture to create. For CreateFromFile* calls, if this is set to 0 area then the size is taken from the source file, else the source data will be scaled to the specified size. | |
Parameters used in the creation of a texture.
1.7.4