All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tvosMain.korlibs.kgl.KmlGlNativeImpl.kt Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
package korlibs.kgl

import kotlinx.cinterop.*

actual class KmlGlNative actual constructor() : NativeBaseKmlGl() {
}

internal actual fun glGetProcAddressAnyOrNull(name: String): COpaquePointer? {
    TODO()
    return null
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy