1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Switch to DXT1 textures in profiler utility.

This commit is contained in:
Bartosz Taudul
2019-06-27 17:16:23 +02:00
parent 1939c31165
commit 10bcc8c770
6 changed files with 17 additions and 7 deletions
+5
View File
@@ -4534,4 +4534,9 @@ const char* Worker::UnpackFrameImage( const FrameImage& image )
return m_frameImageBuffer;
}
bool Worker::HasEtc1FrameImages() const
{
return m_traceVersion <= FileVersion( 0, 4, 9 );
}
}