GLAttribute

Represent an OpenGL program attribute.

Constructors

this
this(string name, int location, uint type, GLsizei size)
this
this(string name)

Creates a fake disabled attribute, designed to cope with attribute that have been optimized out by the OpenGL driver, or those which do not exist.

Members

Functions

location
int location()
name
string name()

Variables

fakeLocation
enum int fakeLocation;

Meta