WebGPUUniformsGroup constructor

WebGPUUniformsGroup(
  1. 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 = [];
}