ImagePackParamsBase::TextureConfig

ImagePackParamsBase::TextureConfig
struct TextureConfig {
  int TextureWidth, TextureHeight;
  SizeOptionType SizeOptions;
  bool Square;
};
Description

TextureConfig is a structure containing the configuration variables that control the packing of images into large textures.

Data Members
Data Member 
Description 
Required for some hardware. 
Texture size selected based on SizeOptionType
Height of the textures that the images gets packed into. This is the maximum size of one texture and if a smaller image is produced, it will follow SizeOptions
Width of the texture that the images get packed into. This is the maximum size of one texture and if a smaller image is produced, it will follow SizeOptions
Methods
Method 
Description 
Initializes the TextureConfig structure with default texture size. 
File

GFx_Loader.h