Documentation
¶
Overview ¶
Command compute-copy demonstrates GPU buffer copying via a compute shader. It uploads an array of float32 values, dispatches a shader that copies each element from source to destination (with a scale factor), and reads back the results for CPU verification.
The example is headless (no window required) and works on any supported GPU.
Click to show internal directories.
Click to hide internal directories.