ImageCreateArgs

ImageCreateArgs
Description

The ImageCreateArgs structure is used to set the data needed for image creation functions.

Data Members
Data Member 
Description 
Format of the image data. 
A MemoryHeap pointer to the heap used for Image. Null if this is a global heap. 
Pointer to the TextureManager for creating the texture. 
Pointer to ImageUpdateSync for image updates. 
Use 
Capabilities of the image and its associated texture. 
Methods
Method 
Description 
Obtains a memory heap for storing images. 
Retrieves the image data updates on this image. 
Initializes ImageCreateArgs with the image data variables. 
File

Render_Image.h