cubos::core::gl::Texture2DArrayDesc struct

Describes a 2D texture array.

Public variables

const void* data
Optional initial texture data.
std::size_t mipLevelCount
Number of mip levels.
std::size_t width
Texture width.
std::size_t height
Texture height.
std::size_t size
Number of 2D Textures contained in the array.
Usage usage
Texture usage mode.
TextureFormat format
Texture format.