WebGPUUniformsGroup constructor
WebGPUUniformsGroup(
- dynamic name
Implementation
WebGPUUniformsGroup(name) : super(name) {
// the order of uniforms in this array must match the order of uniforms in the shader
this.uniforms = [];
}