forked from joejulian/gio
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>