glGetProgramInfoLog

actual fun glGetProgramInfoLog(programHandle: Int): String

Returns information log for the program identified by a given programHandle.

expect fun glGetProgramInfoLog(programHandle: Int): String

Returns information log for the program identified by a given programHandle.

actual fun glGetProgramInfoLog(programHandle: Int): String

Returns information log for the program identified by a given programHandle.