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:
@@ -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 );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user