PureArrayUniform constructor
PureArrayUniform(
- dynamic id,
- dynamic activeInfo,
- dynamic addr
Implementation
PureArrayUniform(this.id, this.activeInfo, addr) {
this.addr = addr;
cache = {};
size = activeInfo.size;
activeInfoType = activeInfo.type;
setValue = getPureArraySetter(id, activeInfo);
}