com.huskerdev.openglfx.libgdx.LibGDXExecutor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openglfx-libgdx Show documentation
Show all versions of openglfx-libgdx Show documentation
A libgdx module for OpenGLFX
package com.huskerdev.openglfx.libgdx
import com.huskerdev.openglfx.GLExecutor
class LibGDXExecutor: GLExecutor() {
override fun initGLFunctions() {
super.initGLFunctions()
}
}