Tatooine
Public Types | Static Public Attributes | List of all members
tatooine::gl::tex::settings< GLubyte, R > Struct Reference

#include <texsettings.h>

Collaboration diagram for tatooine::gl::tex::settings< GLubyte, R >:
[legend]

Public Types

using real_type = GLubyte
 
using components_type = R
 

Static Public Attributes

static constexpr GLint internal_format = GL_R8UI
 
static constexpr GLenum format = GL_RED
 
static constexpr GLenum type = gl_type_v<real_type>
 

Member Typedef Documentation

◆ components_type

using tatooine::gl::tex::settings< GLubyte, R >::components_type = R

◆ real_type

using tatooine::gl::tex::settings< GLubyte, R >::real_type = GLubyte

Member Data Documentation

◆ format

constexpr GLenum tatooine::gl::tex::settings< GLubyte, R >::format = GL_RED
staticconstexpr

◆ internal_format

constexpr GLint tatooine::gl::tex::settings< GLubyte, R >::internal_format = GL_R8UI
staticconstexpr

◆ type

constexpr GLenum tatooine::gl::tex::settings< GLubyte, R >::type = gl_type_v<real_type>
staticconstexpr

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