GLAttributeInfo

Undocumented in source.

Members

Functions

enable
GLResult!void enable()
Undocumented in source. Be warned that the author may not have intended to support it.
set
GLResult!void set(size_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
setI
GLResult!void setI(size_t stride)
Undocumented in source. Be warned that the author may not have intended to support it.
set_divisor
GLResult!void set_divisor(uint divisor)
Undocumented in source. Be warned that the author may not have intended to support it.
set_location
GLResult!void set_location(string name, int program_id)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

from_name
GLResult!GLAttributeInfo from_name(int program_id, string name, GLType type, int count, size_t offset_, bool normalized)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

count
int count;
Undocumented in source.
loc
int loc;
Undocumented in source.
normalized
bool normalized;
Undocumented in source.
offset_
size_t offset_;
Undocumented in source.
type
GLType type;
Undocumented in source.

Meta