elemental2.webgl.WebGLShaderPrecisionFormat Maven / Gradle / Ivy
package elemental2.webgl;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class WebGLShaderPrecisionFormat {
public int precision;
public int rangeMax;
public int rangeMin;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy