class WebGPUBinding { constructor() { this.bindingPoint = 0; this.type = null; this.visibility = null; } } export default WebGPUBinding;