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

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

Detailed Description

OpenGL texture details relating to the color format and data type.

Examples
teapot.cpp.

Definition at line 39 of file texture.hpp.

Member Data Documentation

◆ datatype

std::uint32_t staplegl::texture_color::datatype {}

Definition at line 42 of file texture.hpp.

◆ format

std::uint32_t staplegl::texture_color::format {}

Definition at line 41 of file texture.hpp.

◆ internal_format

std::int32_t staplegl::texture_color::internal_format {}
Examples
teapot.cpp.

Definition at line 40 of file texture.hpp.


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