mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Drop support for ETC1 frame images.
This commit is contained in:
@@ -4615,9 +4615,4 @@ 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