getShaderPrecisionFormat method

ShaderPrecisionFormat getShaderPrecisionFormat(
  1. int shadertype,
  2. int precisiontype
)

Implementation

ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisiontype){
  startCheck('getShaderPrecisionFormat');
  return ShaderPrecisionFormat();
}