Scaleform::Render::D3D9::Texture::HWTextureDesc

Scaleform::Render::D3D9::Texture::HWTextureDesc
struct HWTextureDesc {
  ImageSize Size;
  Ptr<HALIDirect3DTexture9> pTexture;
  Ptr<HALIDirect3DTexture9> pStagingTexture;
  Ptr<HALIDirect3DSurface9> pRTSurface;
  Ptr<HALIDirect3DSurface9> pStagingSurface;
};
Description

Represents a hardware texture object.

Members
Members 
Description 
ImageSize Size; 
Size of the image used to create the texture. 
Ptr<HALIDirect3DTexture9> pTexture; 
Pointer to an IDirect3DTexture9 interface representing an hardware texture object. 
Ptr<HALIDirect3DTexture9> pStagingTexture; 
Same-size D3DPOOL_SYSTEMMEM texture allocated only for RenderTarget
Ptr<HALIDirect3DSurface9> pRTSurface; 
Level 0 of the texture, if RT. 
Ptr<HALIDirect3DSurface9> pStagingSurface; 
Level 0 of the staging texture (if available). 
File

D3D9_Texture.h