Represents a hardware texture object.
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). |
D3D9_Texture.h