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

#include <texsettings.h>

Collaboration diagram for tatooine::gl::tex::settings< GLfloat, RGB >:
[legend]

Public Types

using real_type = GLfloat
 
using components_type = RGB
 

Static Public Attributes

static constexpr GLint internal_format = GL_RGB32F
 
static constexpr GLenum format = GL_RGB
 
static constexpr GLenum type = gl_type_v<real_type>
 

Member Typedef Documentation

◆ components_type

using tatooine::gl::tex::settings< GLfloat, RGB >::components_type = RGB

◆ real_type

using tatooine::gl::tex::settings< GLfloat, RGB >::real_type = GLfloat

Member Data Documentation

◆ format

constexpr GLenum tatooine::gl::tex::settings< GLfloat, RGB >::format = GL_RGB
staticconstexpr

◆ internal_format

constexpr GLint tatooine::gl::tex::settings< GLfloat, RGB >::internal_format = GL_RGB32F
staticconstexpr

◆ type

constexpr GLenum tatooine::gl::tex::settings< GLfloat, RGB >::type = gl_type_v<real_type>
staticconstexpr

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