glProgramUniformMatrix3fv
expect inline fun glProgramUniformMatrix3fv(program: Int, location: Int, transpose: Boolean, value: FloatArray)(source)
expect inline fun glProgramUniformMatrix3fv(program: Int, location: Int, transpose: Boolean, value: FloatBuffer)(source)
actual inline fun glProgramUniformMatrix3fv(program: Int, location: Int, transpose: Boolean, value: FloatArray)(source)
actual inline fun glProgramUniformMatrix3fv(program: Int, location: Int, transpose: Boolean, value: FloatBuffer)(source)