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

com.huskerdev.openglfx.libgdx.internal.OGLFXCanvas.kt Maven / Gradle / Ivy

There is a newer version: 4.0.5
Show newest version
package com.huskerdev.openglfx.libgdx.internal

import com.huskerdev.openglfx.canvas.GLCanvas

class OGLFXCanvas(val canvas: GLCanvas) {

    val graphics = OGLFXGraphics(canvas)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy