JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.teavm.jso.apis
Package
org.teavm.jso.webgl
Interface WebGLShaderPrecisionFormat
All Superinterfaces:
JSObject
public interface
WebGLShaderPrecisionFormat
extends
JSObject
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getPrecision
()
int
getRangeMax
()
int
getRangeMin
()
Methods inherited from interface org.teavm.jso.
JSObject
cast
Method Details
getRangeMin
int
getRangeMin
()
getRangeMax
int
getRangeMax
()
getPrecision
int
getPrecision
()