SubImage::Map

SubImage::Map
virtual bool Map(ImageData*, unsigned, unsigned);
Description

Map maps texture contents to user memory and causes the specified mipmap level of the texture to be accessible in system memory. Map/Unmap are not allowed for SubImage.

Parameters
Parameters 
Description 
ImageData* 
The destination image that receives the texture data. 
Return Value

Returns true if the texture contents are mapped and false otherwise.