1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Vulkan and OpenGL must share idx pool.

This commit is contained in:
Bartosz Taudul
2018-06-18 01:10:43 +02:00
parent 021dd853b9
commit 7a23f677dd
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -169,7 +169,6 @@ static RPMallocInit init_order(102) s_rpmalloc_init;
moodycamel::ConcurrentQueue<QueueItem> init_order(103) s_queue( QueuePrealloc );
std::atomic<uint32_t> init_order(104) s_lockCounter( 0 );
std::atomic<uint16_t> init_order(104) s_gpuCtxCounter( 0 );
std::atomic<uint16_t> init_order(104) s_vkCtxCounter( 0 );
thread_local GpuCtxWrapper init_order(104) s_gpuCtx { nullptr };
VkCtxWrapper init_order(104) s_vkCtx { nullptr };