despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
GLAttribute
gfmod
opengl
program
Represent an OpenGL program attribute. Owned by a GLProgram.
struct
GLAttribute {
this
(char[] name, GLint location, GLenum type, GLsizei size);
GLint
location
();
}
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
Source
See Implementation
gfmod
opengl
program
classes
GLProgram
structs
GLAttribute
Represent an OpenGL program attribute. Owned by a GLProgram.