GLAttribute

Represent an OpenGL program attribute. Owned by a GLProgram.

Constructors

this
this(OpenGL gl, string name, GLint location, GLenum type, GLsizei size)
Undocumented in source.

Members

Properties

location
GLint location [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

GLProgram.

Meta