Skip to content

1.2.2

Choose a tag to compare

@xiaoiver xiaoiver released this 26 Sep 03:51
· 76 commits to master since this release
afa93c4

Patch Changes

  • d627fe8: Size in storage bindings can be undefined.
const bindings = device.createBindings({
  pipeline,
  storageBufferBindings: [
    {
      binding: 0,
      buffer: result,
      // size: input.byteLength,
    },
  ],
});