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

Special-case creating zigzag texture.

This commit is contained in:
Bartosz Taudul
2023-04-27 21:39:49 +02:00
parent 383f1ea8f1
commit d131f22354
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace tracy
{
void InitTexture();
void* MakeTexture();
void* MakeTexture( bool zigzag = false );
void FreeTexture( void* tex, void(*runOnMainThread)(const std::function<void()>&, bool) );
void UpdateTexture( void* tex, const char* data, int w, int h );
void UpdateTextureRGBA( void* tex, void* data, int w, int h );