GLAttribute

Represent an OpenGL program attribute. Owned by a GLProgram.

Constructors

this
this(char[] name, GLint location, GLenum type, GLsizei size)
Undocumented in source.

Members

Functions

location
GLint location()
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

GLProgram.

Meta