struct ImageCreateArgs { unsigned Use; MemoryHeap* pHeap; TextureManager* pManager; ImageUpdateSync* pUpdateSync; ImageFormat Format; };
The ImageCreateArgs structure is used to set the data needed for image creation functions.
Data Member |
Description |
Format of the image data. | |
Pointer to the TextureManager for creating the texture. | |
Pointer to ImageUpdateSync for image updates. | |
Capabilities of the image and its associated texture. |
Method |
Description |
Obtains a memory heap for storing images. | |
Retrieves the image data updates on this image. | |
Initializes ImageCreateArgs with the image data variables. |
Render_Image.h