mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
5ba7854656
The offset argument to DrawElements is in 16-bit shorts, while the underlying DrawElements use byte offsets. No users of DrawElements use a non-zero offset, so nothing changed. Signed-off-by: Elias Naur <mail@eliasnaur.com>