Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.
This commit is contained in:
@@ -1596,6 +1596,7 @@ struct ImDrawList
|
||||
};
|
||||
|
||||
// All draw data to render an ImGui frame
|
||||
// (NB: the style and the naming convention here is a little inconsistent but we preserve them for backward compatibility purpose)
|
||||
struct ImDrawData
|
||||
{
|
||||
bool Valid; // Only valid after Render() is called and before the next NewFrame() is called.
|
||||
|
||||
Reference in New Issue
Block a user