StapleGL
Header-only C++20 OpenGL wrapper
|
OpenGL texture details relating to the number of samples to use for the texture. More...
#include <texture.hpp>
Public Attributes | |
std::uint32_t | type {} |
tex_samples | samples {} |
OpenGL texture details relating to the number of samples to use for the texture.
staplegl::tex_samples::MSAA_X1
. Definition at line 62 of file texture.hpp.
tex_samples staplegl::texture_antialias::samples {} |
Definition at line 64 of file texture.hpp.
std::uint32_t staplegl::texture_antialias::type {} |
Definition at line 63 of file texture.hpp.