Image(Texture* ptexture = 0, ImageUpdateSync* psync = 0);
Initializes Image object with image data and texture.
Parameters |
Description |
Texture* ptexture = 0 |
Pointer to Texture, to initialize the image with the texture. |
ImageUpdateSync* psync = 0 |
Pointer to ImageUpdateSync for image updates. |