JavaScript WebGLShaderPrecisionFormat : Object
WebGLShaderPrecisionFormat describes the precision of a WebGLShader. WebGLShaderPrecisionFormats 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 © PUBLIC Contributors