Public Attributes

GFX::TextureCreateParameters Struct Reference

Parameters used in the creation of a texture. More...

#include <Texture.h>

List of all members.

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.

Detailed Description

Parameters used in the creation of a texture.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends