thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
828 stars 119 forks source link

Handle imgui with 16bits and 32bits indices #24

Closed bdumesnil closed 6 years ago

bdumesnil commented 6 years ago

Currently the bgfx backend uses "transient buffers" that only handles 16bits indices. I modified it to use one dynamic vertex/index buffer per window to handle 16/32bits indices.