|
CeresEngine 0.2.0
A game development framework
|
Data per-layer of the texture. More...
#include <CeresEngine/Texture/Texture.hpp>
Public Attributes | |
| Vector< MipData > | mips |
| The layer preview data. | |
Data per-layer of the texture.
The layer preview data.
Acts as a very low resolution preview of the texture that is always loaded with the texture. Higher resolution data must be streamed in if required. A vector containing all mips for the texture. Mips are ordered starting from 0 (highest resolution). If a level is missing, its MipData::bitmap will be null.