virtual bool Unmap();
Unmap ends access to texture memory (from Map). Unmap is available only if image has ImageUse_MapLocal flag. Map/Unmap are not allowed for SubImage.
True if successful and false otherwise.