mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
fix: add missing #endif in 'TracyVulkan.hpp'
This commit is contained in:
parent
cf0e6b610b
commit
b9eb5f6bef
@ -450,6 +450,7 @@ private:
|
|||||||
#undef VK_LOAD_DEVICE_SYMBOL
|
#undef VK_LOAD_DEVICE_SYMBOL
|
||||||
#undef VK_LOAD_INSTANCE_SYMBOL
|
#undef VK_LOAD_INSTANCE_SYMBOL
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
VkDevice m_device;
|
VkDevice m_device;
|
||||||
VkQueryPool m_query;
|
VkQueryPool m_query;
|
||||||
|
Loading…
Reference in New Issue
Block a user