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

com.github.xpenatan.gdx.backends.teavm.gl.WebGLActiveInfoWrapper Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.xpenatan.gdx.backends.teavm.gl;

import org.teavm.jso.JSObject;
import org.teavm.jso.JSProperty;

/**
 * @author xpenatan
 */
public interface WebGLActiveInfoWrapper extends JSObject {
    @JSProperty()
    int getSize();

    @JSProperty()
    int getType();

    @JSProperty()
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy