ShaderProgram.bindAttribute

Bind an attribute name to a location. (Calls glBindAttribLocation.)

struct ShaderProgram
void
bindAttribute
(
GLuint attribute
,
const(char)[] name
)

Meta