vsgImGui
0.0.0
VulkanSceneGraph 3rd party data integration library
|
Public Member Functions | |
void | ClearAllBits () |
void | SetAllBits () |
bool | TestBit (int n) const |
void | SetBit (int n) |
void | ClearBit (int n) |
void | SetBitRange (int n, int n2) |
bool | operator[] (int n) const |
Public Attributes | |
ImU32 | Storage [(BITCOUNT+31) >> 5] |