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

com.huskerdev.openglfx.libgdx.LibGDXExecutor.kt Maven / Gradle / Ivy

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

import com.huskerdev.openglfx.GLExecutor

class LibGDXExecutor: GLExecutor() {

    override fun initGLFunctions() {
        super.initGLFunctions()


    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy