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

Source

@DomName('WebGLRenderingContext.getShaderPrecisionFormat')
@DocsEditable()
ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisiontype) => wrap_jso(_blink.BlinkWebGLRenderingContext.instance.getShaderPrecisionFormat_Callback_2_(unwrap_jso(this), shadertype, precisiontype));