glGetUniformLocation

common
fun glGetUniformLocation(programHandle: Int, name: String): Int

Returns location of uniform variable with a given name from program identified by a given programHandle.