tvosMain.korlibs.kgl.KmlGlNativeImpl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of korgw Show documentation
Show all versions of korgw Show documentation
Portable UI with accelerated graphics support for Kotlin
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