Begin render Utilities.
Render Profiler.
End render Utilities.
Begin render Utilities.
Render Profiler.
End render Utilities.
31 {
33
37 std::stringstream ss;
39 if (ImGui::BeginMenu(ss.str().c_str()))
40 {
44 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Actions))) {}
45 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Activity Progress))) {}
46 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Asset Validator))) {}
47 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, Console))) {}
51 if (ImGui::MenuItem(
ICON_TEXT(ICON_MD_CHECK, USD Paths))) {}
52
56 ImGui::EndMenu();
57 }
58 }
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
std::string m_PanelName
This slate's name.
std::shared_ptr< ImguiDebugger > m_ImguiDebugger
The shared pointer of ImguiDebugger.
std::shared_ptr< ImguiStatistics > m_ImguiStatistics
The shared pointer of ImguiStatistics.