com.badlogic.gdx.graphics.glutils.IndexArrayEmu Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backend-teavm Show documentation
Show all versions of backend-teavm Show documentation
Tool to generate libgdx to javascript using teaVM
package com.badlogic.gdx.graphics.glutils;
import com.github.xpenatan.gdx.backends.teavm.gen.Emulate;
@Emulate(IndexArray.class)
public class IndexArrayEmu extends IndexBufferObject {
public IndexArrayEmu(int maxIndices) {
super(maxIndices);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy