gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
GLAttribute
gfm
opengl
program
Represent an OpenGL program attribute. Owned by a GLProgram.
final
class
GLAttribute {
this
(OpenGL gl, string name, GLint location, GLenum type, GLsizei size);
GLint
location
[@property getter];
}
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
Source
See Implementation
gfm
opengl
program
classes
GLAttribute
GLProgram
Represent an OpenGL program attribute. Owned by a GLProgram.