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