Scaleform::GFx::ImagePackParamsBase::SizeOptionType

Scaleform::GFx::ImagePackParamsBase::SizeOptionType
enum SizeOptionType {
  PackSize_1,
  PackSize_4,
  PackSize_PowerOf2,
  PackSize_128
};
Description

List the various types of texture size options.

Members
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. 
File

GFx_Loader.h