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

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

Detailed Description

OpenGL texture details relating to the number of samples to use for the texture.

Warning
Antialiasing is mainly intended for use in framebuffer attachments, so if you are creating a texture to be used as an object's material, you most likely want to use staplegl::tex_samples::MSAA_X1.

Definition at line 62 of file texture.hpp.

Member Data Documentation

◆ samples

tex_samples staplegl::texture_antialias::samples {}

Definition at line 64 of file texture.hpp.

◆ type

std::uint32_t staplegl::texture_antialias::type {}

Definition at line 63 of file texture.hpp.


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