Documentation

Get Attrib Location - Open Dev Kit Documentation

Open Dev Kit Documentation :: OpenGL :: Get Attrib Location

OpenGL.GetAttribLocation(
  Program Integer,
  Name String
) Integer
Return 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

Integer

If you think anything is missing, please feel free to: submit documentation feedback on this page