StapleGL
Header-only C++20 OpenGL wrapper
|
OpenGL texture details relating to filtering and clamping of the image. More...
#include <texture.hpp>
Public Attributes | |
std::int32_t | min_filter {} |
std::int32_t | mag_filter {} |
std::int32_t | clamping {} |
OpenGL texture details relating to filtering and clamping of the image.
Definition at line 49 of file texture.hpp.
std::int32_t staplegl::texture_filter::clamping {} |
Definition at line 52 of file texture.hpp.
std::int32_t staplegl::texture_filter::mag_filter {} |
Definition at line 51 of file texture.hpp.
std::int32_t staplegl::texture_filter::min_filter {} |
Definition at line 50 of file texture.hpp.