mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add texture wrapper.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef __TRACYTEXTURE_HPP__
|
||||
#define __TRACYTEXTURE_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
void* MakeTexture();
|
||||
void FreeTexture( void* tex );
|
||||
void UpdateTexture( void* tex, const char* data, int w, int h );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user