virtual void ReleaseHWTextures(bool staging = true);
ReleaseHWTextures releases the hardware textures that are included. This method is also called to release all textures if texture creation fails.
Parameters |
Description |
bool staging = true |
Indicates whether staging textures (used with DrawableImage) should be released also. |