getShaderPrecisionFormat method

WebGLShaderPrecisionFormat? getShaderPrecisionFormat(
  1. int shadertype,
  2. int precisiontype
)

Implementation

WebGLShaderPrecisionFormat? getShaderPrecisionFormat(
        int shadertype, int precisiontype) =>
    js_util.callMethod(
        this, 'getShaderPrecisionFormat', [shadertype, precisiontype]);