Scaleform::Render::GL::Texture::HWTextureDesc

Scaleform::Render::GL::Texture::HWTextureDesc
struct HWTextureDesc {
  ImageSize Size;
  Ptr<HALGLTexture> TexId;
};
Description

Represents a hardware texture object.

Members
Members 
Description 
ImageSize Size; 
The size of the hardware texture. 
Ptr<HALGLTexture> TexId; 
Texture identifier. 
File

GL_Texture.h