SubImage::Unmap

SubImage::Unmap
virtual bool Unmap();
Description

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.

Return Value

True if successful and false otherwise.