mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-04 22:10:34 +03:00
Tracy MVP integration
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
//#include <dependencies/GLEW/include/GL/glew.h>
|
||||
#include <src/Vendors/imgui/imgui.h>
|
||||
#include <Tracy.hpp>
|
||||
|
||||
#include <string>
|
||||
#include <src/Rendering/Renderer2D.h>
|
||||
@@ -158,6 +159,8 @@ int ApplicationMain(int argc, char* argv[])
|
||||
ImGui::PopStyleVar(2);
|
||||
|
||||
Engine::EndDraw();
|
||||
|
||||
FrameMark;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user