mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
e0033ce871
The iOS GL implementation doesn't optimize BufferSubData of the entire buffer, leading to GPU stalls. The workaround is to explicitly clear the buffer before replacing it. Signed-off-by: Elias Naur <mail@eliasnaur.com>