MappedTextureBase::Reserve

MappedTextureBase::Reserve
bool Reserve();
Description

A thread-safe method to reserve this structure for mapping a texture. The TextureManager uses this with a built-in mapping structure to avoid allocating extra structures based on the assumption that generally only one texture is mapped simultaneously.

Return Value

True if the structure was reserved for mapping a texture, false otherwise.