exdal / imgui-v

ImGui without index buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGui-v

An ImGui fork without index buffer, making it easier to do vertex pulling for bindless renderers. This project made to be used on Lorr renderer.

Instead of calling deindex function and building a new vertex buffer for each frame, the draw backend code is modified to scrap out index buffer and write into vertex buffer directly.

About

ImGui without index buffer

License:MIT License


Languages

Language:C++ 90.2%Language:C 9.8%Language:CMake 0.0%