SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShutdownImgui()

void Spices::SlateRenderer::ShutdownImgui ( )
private

Shutdown Imgui.

Definition at line 178 of file SlateRenderer.cpp.

179 {
181
182 NSIGHTPERF_GPUPROFILERHUD_RESET
183
184 ImGui_ImplVulkan_Shutdown();
185 ImGui_ImplGlfw_Shutdown();
186 ImPlot::DestroyContext();
187 ImGui::DestroyContext();
188 }
#define SPICES_PROFILE_ZONE

Referenced by ~SlateRenderer().