fix: add missing #endif in 'TracyVulkan.hpp'

This commit is contained in:
Light7734 2023-06-22 09:31:33 +00:00 committed by GitHub
parent cf0e6b610b
commit b9eb5f6bef
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;