mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
CPU-side GPU event transfer.
This commit is contained in:
@@ -68,6 +68,8 @@ private:
|
||||
void ProcessMessage( const QueueMessage& ev );
|
||||
void ProcessMessageLiteral( const QueueMessage& ev );
|
||||
void ProcessGpuNewContext( const QueueGpuNewContext& ev );
|
||||
void ProcessGpuZoneBegin( const QueueGpuZoneBegin& ev );
|
||||
void ProcessGpuZoneEnd( const QueueGpuZoneEnd& ev );
|
||||
|
||||
void CheckString( uint64_t ptr );
|
||||
void CheckThreadString( uint64_t id );
|
||||
|
||||
Reference in New Issue
Block a user