End render Utilities.
End render Utilities.
37 {
39
40 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.5f, 0.5f, 0.5f, 1.0f));
41 ImGui::SeparatorText("GPU Stage");
42 ImGui::PopStyleColor();
45 ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.5f, 0.5f, 0.5f, 1.0f));
46 ImGui::SeparatorText("Video Memory Stage");
47 ImGui::PopStyleColor();
49
53 ImGui::EndMenu();
54 }
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
std::shared_ptr< ImguiGPURuntimeProfilerHUD > m_ImguiGPURuntimeProfilerHUD
The shared pointer of ImguiGPURuntimeProfilerHUD.
std::shared_ptr< ImguiVideoMemoryRuntimeHUD > m_ImguiVideoMemoryRuntimeHUD
The shared pointer of ImguiVideoMemoryRuntimeHUD.
std::shared_ptr< ImguiRendererProfilerHUD > m_ImguiRendererProfilerHUD
The shared pointer of ImguiRendererProfilerHUD.