enum TextureFlagBits { TF_Rescale = 0x01, TF_SWMipGen = 0x02, TF_UserAlloc = 0x04, TF_NoRefCount = 0x08, TF_DoNotDelete = 0x10 };
Bits stored in TextureFlags (some of these may only apply to certain platforms).
Members |
Description |
TF_Rescale = 0x01 |
Rescale textures from source to Image/MappedTexture.. |
TF_SWMipGen = 0x02 |
Generates SWF mipmaps. |
TF_UserAlloc = 0x04 |
Indicates that the texture object was created from a user-provided platform-specific texture handle. |
TF_DoNotDelete = 0x10 |
Indicates that the texture manager should not free the texture handle (used with textures created from user-provided platform specific handles). |
Render_Image.h