StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
staplegl::texture_filter Struct Reference

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 {}
 

Detailed Description

OpenGL texture details relating to filtering and clamping of the image.

Examples
teapot.cpp.

Definition at line 49 of file texture.hpp.

Member Data Documentation

◆ clamping

std::int32_t staplegl::texture_filter::clamping {}

Definition at line 52 of file texture.hpp.

◆ mag_filter

std::int32_t staplegl::texture_filter::mag_filter {}

Definition at line 51 of file texture.hpp.

◆ min_filter

std::int32_t staplegl::texture_filter::min_filter {}
Examples
teapot.cpp.

Definition at line 50 of file texture.hpp.


The documentation for this struct was generated from the following file: