demo · v136
Copy Graph
Chain three buffers and copy through them with the new overload. The graph editor lets you set source offset, dest offset, and size per edge — or leave any of them undefined to use the whole-buffer shortcut. The output panel prints the final bytes per buffer and the WebGPU-validated copy ranges.
Note: WebGPU support is required. On unsupported platforms the graph still validates the arguments client-side but no GPU copy happens.
buffer A (init)
—
buffer B (after A → B)
—
buffer C (after B → C)
—
copy summary
—
Click "Run pipeline" to execute.