SpiecsEngine
 
Loading...
Searching...
No Matches

◆ OnRender()

void Spices::ImguiContentBrowser::OnRender ( )
overridevirtual

This interface is called On SlateRenderer Render.

Begin render ContentBrowser.

Todo
Remove it.

End render ContentBrowser.

Begin render ContentBrowser.

Todo
Remove it.

End render ContentBrowser.

Implements Spices::ImguiSlate.

Definition at line 12 of file ImguiContentBrowser.cpp.

13 {
15
19 Begin();
20
24 //ImGui::ShowDemoWindow();
25 //ImGui::ShowDebugLogWindow();
26 //ImPlot::ShowDemoWindow();
27
31 End();
32 }
#define SPICES_PROFILE_ZONE
void Begin(float alpha=1.0f, ImGuiWindowFlags flags=0)
Begin a common slate.
void End()
End a slate.

References Spices::ImguiSlate::End().