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

#include <texsettings.h>

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

Public Types

using real_type = GLint
 
using components_type = RG
 

Static Public Attributes

static constexpr GLint internal_format = GL_RG32I
 
static constexpr GLenum format = GL_RG_INTEGER
 
static constexpr GLenum type = gl_type_v<real_type>
 

Member Typedef Documentation

◆ components_type

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

◆ real_type

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

Member Data Documentation

◆ format

constexpr GLenum tatooine::gl::tex::settings< GLint, RG >::format = GL_RG_INTEGER
staticconstexpr

◆ internal_format

constexpr GLint tatooine::gl::tex::settings< GLint, RG >::internal_format = GL_RG32I
staticconstexpr

◆ type

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

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