struct
#include <core/gl/render_device.hpp>
Texture1DDesc Describes a 1D texture.
Public variables
- const void* data
- Optional initial texture data.
- std::size_t mipLevelCount
- Number of mip levels.
- std::size_t width
- Texture width.
- Usage usage
- Texture usage mode.
- TextureFormat format
- Texture format.