Merge pull request #576 from Light7734/patch-1

fix: add missing #endif in 'TracyVulkan.hpp'
This commit is contained in:
Bartosz Taudul 2023-06-22 11:34:00 +02:00 committed by GitHub
commit dcc7c24132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -450,6 +450,7 @@ private:
#undef VK_LOAD_DEVICE_SYMBOL
#undef VK_LOAD_INSTANCE_SYMBOL
}
#endif
VkDevice m_device;
VkQueryPool m_query;