GLAttrib

Constructors

this
this(string name, int location, uint elements, GLType type, size_t stride, size_t offset, bool norm)

Members

Functions

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

Variables

elements
uint elements;
location
int location;

by default invalid value < 0

name
string name;
norm
bool norm;
offset
size_t offset;
stride
size_t stride;
type
GLType type;

Meta