Documentation

Get Uniform Location - Open Dev Kit Documentation

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

OpenGL.GetUniformLocation(
  Program Integer,
  Name String
) Integer
Return the location of a uniform variable

Parameters

Program Integer
Specifies the program object to be queried
Name String
Points to a null terminated string containing the name of the uniform 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