Searched defs:ImGuiWindowFlags_NoBackground (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h701 ImGuiWindowFlags_NoBackground = 1 << 7, // Disable drawing background color (WindowBg, etc.) and outside border. Similar as using SetNextWindowBgAlpha(0.0f). enumerator in enum:ImGuiWindowFlags_
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h701 ImGuiWindowFlags_NoBackground = 1 << 7, // Disable drawing background color (WindowBg, etc.) and outside border. Similar as using SetNextWindowBgAlpha(0.0f). enumerator in enum:ImGuiWindowFlags_

Completed in 17 milliseconds