From c41473b4459cd3c29e4e8e1ffdd6fcac067d54eb Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 31 May 2021 02:12:16 +0200 Subject: [PATCH] Cosmetics. --- TracyD3D11.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TracyD3D11.hpp b/TracyD3D11.hpp index 712e1a17..da2c5004 100644 --- a/TracyD3D11.hpp +++ b/TracyD3D11.hpp @@ -271,7 +271,7 @@ public: MemWrite( &item->gpuZoneBegin.thread, GetThreadHandle() ); MemWrite( &item->gpuZoneBegin.queryId, uint16_t( queryId ) ); MemWrite( &item->gpuZoneBegin.context, ctx->GetId() ); - + Profiler::QueueSerialFinish(); } @@ -376,7 +376,7 @@ public: MemWrite( &item->gpuZoneEnd.thread, GetThreadHandle() ); MemWrite( &item->gpuZoneEnd.queryId, uint16_t( queryId ) ); MemWrite( &item->gpuZoneEnd.context, m_ctx->GetId() ); - + Profiler::QueueSerialFinish(); }