enum SizeOptionType { PackSize_1, PackSize_4, PackSize_PowerOf2, PackSize_128 };
List the various types of texture size options.
Members |
Description |
PackSize_1 |
No change in size of the textures. |
PackSize_4 |
Width and height of textures expanded to the next multiple of four. |
PackSize_PowerOf2 |
Width and height of textures expanded to the next power of two. |
PackSize_128 |
Width and height of textures expanded to the next multiple of 128. |
GFx_Loader.h