MCPcopy Create free account
hub / github.com/RenderKit/embree / GetWindowDisplayLayer

Function GetWindowDisplayLayer

tutorials/common/imgui/imgui.cpp:4976–4979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4974}
4975
4976static inline int GetWindowDisplayLayer(ImGuiWindow* window)
4977{
4978 return (window->Flags & ImGuiWindowFlags_Tooltip) ? 1 : 0;
4979}
4980
4981// Layer is locked for the root window, however child windows may use a different viewport (e.g. extruding menu)
4982static inline void AddRootWindowToDrawData(ImGuiWindow* window)

Callers 3

AddRootWindowToDrawDataFunction · 0.85
IsWindowAboveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected