WebGLShaderPrecisionFormat

Properties

Link copied to clipboard

The read-only WebGLShaderPrecisionFormat.precision property returns the number of bits of precision that can be represented.

Link copied to clipboard

The read-only WebGLShaderPrecisionFormat.rangeMax property returns the base 2 log of the absolute value of the maximum value that can be represented.

Link copied to clipboard

The read-only WebGLShaderPrecisionFormat.rangeMin property returns the base 2 log of the absolute value of the minimum value that can be represented.