Struct GLProgramInterface

struct GLProgramInterface

Fields

TypeNameDescription
const(uint)
programID

Methods

NameDescription
bindAttribLocation (name, location) Associate a number with an attribute
getUniformLocation (name) Get uniform location from program, returns -1 if location is not found