Package org.teavm.jso.webgl
Interface WebGLShaderPrecisionFormat
- All Superinterfaces:
org.teavm.jso.JSObject
public interface WebGLShaderPrecisionFormat
extends org.teavm.jso.JSObject
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getRangeMin
int getRangeMin() -
getRangeMax
int getRangeMax() -
getPrecision
int getPrecision()
-