Home
last modified time | relevance | path

Searched refs:IMGUI_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h48 #define IMGUI_VERSION "1.68 WIP" macro
50 #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImG…
Dimgui_internal.h30 #ifndef IMGUI_VERSION
Dimgui.cpp2981 return IMGUI_VERSION; in GetVersion()
3005 …if (strcmp(version, IMGUI_VERSION)!=0) { error = true; IM_ASSERT(strcmp(version,IMGUI_VERSION)==0 … in DebugCheckVersionAndDataLayout()