Scaleform::Render::D3D9::Texture::AllocType

Scaleform::Render::D3D9::Texture::AllocType
enum AllocType {
  Type_Normal,
  Type_Managed,
  Type_Dynamic,
  Type_StagingBacked
};
Description

List the type of textures that can be created.

Members
Members 
Description 
Type_Normal 
Represents a normal texture. 
Type_Managed 
Represents managed textures. 
Type_Dynamic 
Represents a dynamic texture. 
Type_StagingBacked 
Represents staging textures. 
File

D3D9_Texture.h