Closed lithiumtoast closed 2 years ago
C bitfields were previously incorrectly calculated. This has impact on generating bindings for imgui. Note that padding values indicate when there are "holes" in the struct. See http://www.catb.org/esr/structure-packing/#_padding for more details.
imgui
C bitfields were previously incorrectly calculated. This has impact on generating bindings for
imgui
. Note that padding values indicate when there are "holes" in the struct. See http://www.catb.org/esr/structure-packing/#_padding for more details.