TextureManager::GetDrawableImageFormat

TextureManager::GetDrawableImageFormat
virtual ImageFormat GetDrawableImageFormat() const;
Description

Reports the desired format for DrawableImages. These textures must be mappable, and thus this should report a format that is capable of being mapped for the given platform. Valid return values are either Image_R8G8B8A8, or Image_B8G8R8A8.

Return Value