Tatooine
|
Go to the source code of this file.
Namespaces | |
namespace | tatooine |
namespace | tatooine::gl |
Enumerations | |
enum | tatooine::gl::Type { tatooine::gl::UBYTE = GL_UNSIGNED_BYTE , tatooine::gl::BYTE = GL_BYTE , tatooine::gl::USHORT = GL_UNSIGNED_SHORT , tatooine::gl::SHORT = GL_SHORT , tatooine::gl::UINT = GL_UNSIGNED_INT , tatooine::gl::INT = GL_INT , tatooine::gl::FLOAT = GL_FLOAT , tatooine::gl::UBYTE332 = GL_UNSIGNED_BYTE_3_3_2 , tatooine::gl::UBYTE233REV = GL_UNSIGNED_BYTE_2_3_3_REV , tatooine::gl::USHORT565 = GL_UNSIGNED_SHORT_5_6_5 , tatooine::gl::USHORT565REV = GL_UNSIGNED_SHORT_5_6_5_REV , tatooine::gl::USHORT4444 = GL_UNSIGNED_SHORT_4_4_4_4 , tatooine::gl::USHORT4444REV = GL_UNSIGNED_SHORT_4_4_4_4_REV , tatooine::gl::USHORT5551 = GL_UNSIGNED_SHORT_5_5_5_1 , tatooine::gl::USHORT1555REV = GL_UNSIGNED_SHORT_1_5_5_5_REV , tatooine::gl::UINT8888 = GL_UNSIGNED_INT_8_8_8_8 , tatooine::gl::UINT8888REV = GL_UNSIGNED_INT_8_8_8_8_REV , tatooine::gl::UINT1010102 = GL_UNSIGNED_INT_10_10_10_2 , tatooine::gl::UINT2101010REV = GL_UNSIGNED_INT_2_10_10_10_REV } |