getShaderPrecisionFormat method

  1. @DomName('WebGLRenderingContext.getShaderPrecisionFormat')
  2. @DocsEditable()
ShaderPrecisionFormat getShaderPrecisionFormat (int shadertype, int precisiontype)

Implementation

@DomName('WebGLRenderingContext.getShaderPrecisionFormat')
@DocsEditable()
ShaderPrecisionFormat getShaderPrecisionFormat(
    int shadertype, int precisiontype) native;