struct
#include <core/gl/render_device.hpp>
CubeMapDesc Describes a cube map.
Public variables
- const void* data
- Optional initial cube map data, indexed using CubeFace.
- std::size_t mipLevelCount
- Number of mip levels.
- std::size_t width
- Cube map face width.
- std::size_t height
- Cube map face height.
- Usage usage
- Texture usage mode.
- TextureFormat format
- Texture format.