Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-15 13:56:19 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-15 13:56:19 +0300
commitfdb130651de99cbe67116351808c91e09c08c014 (patch)
tree5f6082ab20a4b31d2c14b0506bb27aac1da93eb3 /profiler
parent5b1c1119c501e583f5a486809b837b657fc462c8 (diff)
Detect if hardware supports S3TC.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp
index 6035b590..a579564b 100644
--- a/profiler/src/main.cpp
+++ b/profiler/src/main.cpp
@@ -221,6 +221,7 @@ int main( int argc, char** argv )
ImGuiTracyContext imguiContext;
Backend backend( title, DrawContents, &mainThreadTasks );
+ tracy::InitTexture();
iconTex = tracy::MakeTexture();
iconThread.join();
backend.SetIcon( iconPx, iconX, iconY );