glGetAttributeLocation

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

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

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

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

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

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