ImGui.NET
ImGui.NET copied to clipboard
Add support for Bitfields
This PR adds support for bitfields by declaring a combined member for all bit-sized fields in the raw structure and using manual instead of reference-returning properties in the ...Ptr
structure.
Should fix #206