dearimgui / dear_bindings

C header (and language binding metadata) generator for Dear ImGui
MIT License
221 stars 12 forks source link

Mark fmt arguments with is_nullable=false #57

Open pdoane opened 8 months ago

pdoane commented 8 months ago

Creating a separate issue for my comment on #48. It looks like all fmt arguments can have is_nullable set to false.

ShironekoBen commented 8 months ago

Good thought - that seems like a sensible heuristic so I've added a special case for it. Thanks!