UniformInfo constructor

UniformInfo(
  1. String name,
  2. int size,
  3. int type
)

Implementation

UniformInfo(this.name, this.size, this.type);