mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-13 13:18:31 +01:00
readme: document bitfield in structs_and_enums
This commit is contained in:
@@ -71,6 +71,7 @@ Notes:
|
|||||||
* type : the type of the struct member
|
* type : the type of the struct member
|
||||||
* template_type : if type has a template argument (as ImVector) here will be
|
* template_type : if type has a template argument (as ImVector) here will be
|
||||||
* name : the name of the struct member
|
* name : the name of the struct member
|
||||||
|
* bitfield : the bitfield width (in case it is a bitfield)
|
||||||
# usage
|
# usage
|
||||||
|
|
||||||
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig`
|
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig`
|
||||||
|
Reference in New Issue
Block a user