GL_type.GL_type

Undocumented in source.
  1. alias GL_type = GL_FLOAT
  2. alias GL_type = GL_DOUBLE
  3. alias GL_type = GL_UNSIGNED_BYTE
  4. alias GL_type = GL_BYTE
    template GL_type(T)
    static if(!(is(T == GLfloat)))
    static if(!(is(T == GLdouble)))
    static if(!(is(T == GLubyte)))
    static if(is(T == GLbyte))
    alias GL_type = GL_BYTE
  5. alias GL_type = GL_UNSIGNED_SHORT
  6. alias GL_type = GL_SHORT
  7. alias GL_type = GL_UNSIGNED_INT
  8. alias GL_type = GL_INT

Meta