Searched refs:IMGUI_VERSION (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 48 #define IMGUI_VERSION "1.68 WIP" macro 50 #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert))
|
| H A D | imgui_internal.h | 30 #ifndef IMGUI_VERSION
|
| H A D | imgui_demo.cpp | 251 ImGui::Text("dear imgui says hello. (%s)", IMGUI_VERSION); 2637 ImGui::Text("Dear ImGui %s (%d)", IMGUI_VERSION, IMGUI_VERSION_NUM);
|
| H A D | imgui.cpp | 2981 return IMGUI_VERSION; 3005 if (strcmp(version, IMGUI_VERSION)!=0) { error = true; IM_ASSERT(strcmp(version,IMGUI_VERSION)==0 && "Mismatched version string!"); }
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 48 #define IMGUI_VERSION "1.68 WIP" macro 50 #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert))
|
| H A D | imgui_internal.h | 30 #ifndef IMGUI_VERSION
|
| H A D | imgui.cpp | 2981 return IMGUI_VERSION; 3005 if (strcmp(version, IMGUI_VERSION)!=0) { error = true; IM_ASSERT(strcmp(version,IMGUI_VERSION)==0 && "Mismatched version string!"); }
|
Completed in 104 milliseconds