mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow generating texture mip maps.
This commit is contained in:
@@ -11,6 +11,7 @@ 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 );
|
||||
void MakeMipMaps( void* tex );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user