StapleGL
Header-only C++20 OpenGL wrapper
|
OpenGL texture details relating to the color format and data type. More...
#include <texture.hpp>
Public Attributes | |
std::int32_t | internal_format {} |
std::uint32_t | format {} |
std::uint32_t | datatype {} |
OpenGL texture details relating to the color format and data type.
Definition at line 39 of file texture.hpp.
std::uint32_t staplegl::texture_color::datatype {} |
Definition at line 42 of file texture.hpp.
std::uint32_t staplegl::texture_color::format {} |
Definition at line 41 of file texture.hpp.
std::int32_t staplegl::texture_color::internal_format {} |
Definition at line 40 of file texture.hpp.