glGetUniformLocation

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

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

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

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

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

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