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

Detect if hardware supports S3TC.

This commit is contained in:
Bartosz Taudul
2022-10-15 12:56:19 +02:00
parent 5b1c1119c5
commit fdb130651d
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
namespace tracy
{
void InitTexture();
void* MakeTexture();
void FreeTexture( void* tex, void(*runOnMainThread)(std::function<void()>, bool) );
void UpdateTexture( void* tex, const char* data, int w, int h );