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