ShaderVarDesc constructor

const ShaderVarDesc(
  1. String type,
  2. String purpose, {
  3. int arraySize = 0,
})

Implementation

const ShaderVarDesc(this.type, this.purpose, {this.arraySize = 0});