WebGLShaderPrecisionFormat : Object
WebGLShaderPrecisionFormat
describes the precision of a WebGLShader
. WebGLShaderPrecisionFormat
s are returned from getShaderPrecisionFormat()
.Instance Properties
precision : Number
The number of bits of precision for the specified type. INT types always return 0
.
Example:
RunResults:
Copyright © JavaScripture Contributors