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