WebGPUBinding constructor

WebGPUBinding([
  1. dynamic name = ''
])

Implementation

WebGPUBinding([name = '']) {
  this.name = name;
  this.visibility = null;

  this.type = null; // read-only

  this.isShared = false;
}