Image::Image

Image::Image
Image(Texture* ptexture = 0, ImageUpdateSync* psync = 0);
Description

Initializes Image object with image data and texture.

Parameters
Parameters 
Description 
Texture* ptexture = 0 
Pointer to Texture, to initialize the image with the texture. 
ImageUpdateSync* psync = 0 
Pointer to ImageUpdateSync for image updates.