mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
1eaa5dd15e
A frame ops buffers is tracersed twice: once for GPU commands, and once for everything else. There is already a GPU goroutine for concurrentl issuing of GPU commands; move the frame ops processing to the goroutine as well. Both frame ops passed can then proceed in parallel. Signed-off-by: Elias Naur <mail@eliasnaur.com>