Open Dev Kit Documentation :: OpenGL :: Get Attrib Location
OpenGL.GetAttribLocation( Program Integer, Name String ) IntegerReturn the location of an attribute variable
Parameters
- Program Integer
- Specifies the program object to be queried
- Name String
- Points to a null terminated string containing the name of the attribute variable whose location is to be queried
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
