ShaderPrecisionFormat constructor

ShaderPrecisionFormat({
  1. int rangeMin = 1,
  2. int rangeMax = 1,
  3. int precision = 1,
})

Implementation

ShaderPrecisionFormat({
  this.rangeMin = 1,
  this.rangeMax = 1,
  this.precision = 1
});