Add more profile events

This commit is contained in:
Wojtek Figat
2021-07-06 16:17:11 +02:00
parent bf67c62311
commit 9f9e5b49cc
8 changed files with 47 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ public:
~ScopedZone();
void Text( const char* txt, size_t size );
void Text( const Char* txt, size_t size );
void Name( const char* txt, size_t size );
void Name( const Char* txt, size_t size );
void Color( uint32_t color );