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.

buffer A (init)

buffer B (after A → B)

buffer C (after B → C)

copy summary

Click "Run pipeline" to execute.

see also