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

commonMain.earth.worldwind.frame.FrameMetrics.kt Maven / Gradle / Ivy

Go to download

The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.

The newest version!
package earth.worldwind.frame

import earth.worldwind.draw.DrawContext
import earth.worldwind.render.RenderContext

interface FrameMetrics {
    fun beginRendering(rc: RenderContext)
    fun endRendering(rc: RenderContext)
    fun beginDrawing(dc: DrawContext)
    fun endDrawing(dc: DrawContext)
    fun reset()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy