1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Results MUST be available here.

This commit is contained in:
Bartosz Taudul 2018-06-22 16:09:35 +02:00
parent 51c5f47ae2
commit 69c461cda3

View File

@ -146,8 +146,6 @@ public:
for( unsigned int idx=0; idx<cnt; idx++ )
{
if( res[idx] == 0 ) break;
auto item = token->enqueue_begin<moodycamel::CanAlloc>( magic );
MemWrite( &item->hdr.type, QueueType::GpuTime );
MemWrite( &item->gpuTime.gpuTime, res[idx] );