SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
589 stars 90 forks source link

Missing Bindings: PrimWriteIdx #236

Closed WiggleWizard closed 2 months ago

WiggleWizard commented 3 months ago

Version

1.86.11

What part of the binding has gaps?

Dear ImGui

What is missing?

We have primWriteVtx and primVtx but no primWriteIdx which is necessary if you wish to do some custom rendering (such as rendering a quad that has different vertex colors per vert).