elemental2.webgl.WEBGL_lose_context Maven / Gradle / Ivy
package elemental2.webgl;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class WEBGL_lose_context {
public native Object loseContext();
public native Object restoreContext();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy