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

#include <texsettings.h>

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

Public Types

using real_type = GLint
 
using components_type = R
 

Static Public Attributes

static constexpr GLint internal_format = GL_R32I
 
static constexpr GLenum format = GL_RED_INTEGER
 
static constexpr GLenum type = gl_type_v<real_type>
 

Member Typedef Documentation

◆ components_type

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

◆ real_type

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

Member Data Documentation

◆ format

constexpr GLenum tatooine::gl::tex::settings< GLint, R >::format = GL_RED_INTEGER
staticconstexpr

◆ internal_format

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

◆ type

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

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