Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.

This commit is contained in:
omar
2018-03-17 17:29:58 +01:00
parent 0e3a6ef4f7
commit 533c86a7a3
4 changed files with 8 additions and 3 deletions

View File

@ -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.