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

js.web.webgl.WebGLSync Maven / Gradle / Ivy

package js.web.webgl;

import org.teavm.jso.JSBody;


public interface WebGLSync extends WebGLObject {
    @JSBody(script = "return WebGLSync.prototype")
    static WebGLSync prototype() {
        throw new UnsupportedOperationException("Available only in JavaScript");
    }

    @JSBody(script = "return new WebGLSync()")
    static WebGLSync create() {
        throw new UnsupportedOperationException("Available only in JavaScript");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy