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.pld@gmail.com>2019-06-27 18:16:23 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-27 20:14:51 +0300
commit10bcc8c770add4ecc687e01e35a06794b66f2945 (patch)
tree0622763109dbee145d237233b35be6882d3771f2 /server/TracyTexture.hpp
parent1939c311658dd8fa88ef474c7766bace8a2e9521 (diff)
Switch to DXT1 textures in profiler utility.
Diffstat (limited to 'server/TracyTexture.hpp')
-rw-r--r--server/TracyTexture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TracyTexture.hpp b/server/TracyTexture.hpp
index 87e03f04..6f2f5e1d 100644
--- a/server/TracyTexture.hpp
+++ b/server/TracyTexture.hpp
@@ -6,7 +6,7 @@ namespace tracy
void* MakeTexture();
void FreeTexture( void* tex );
-void UpdateTexture( void* tex, const char* data, int w, int h );
+void UpdateTexture( void* tex, const char* data, int w, int h, bool etc );
}