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:
@@ -6,7 +6,7 @@ namespace tracy
|
||||
|
||||
void* MakeTexture();
|
||||
void FreeTexture( void* tex );
|
||||
void UpdateTexture( void* tex, const char* data, int w, int h, bool etc );
|
||||
void UpdateTexture( void* tex, const char* data, int w, int h );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user