Skip to content

gpu: support 32-bit index offsets

Niklas Haas requested to merge idx_uint32 into master

Amazingly, nuklear actually manages to exhaust the 16-bit index limit when drawing complicated graphs. In retrospect, turns out 65536 isn't enough for everybody. Oops.

Also use the new index formats in demos/ui.

Merge request reports