mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Merge pull request #576 from Light7734/patch-1
fix: add missing #endif in 'TracyVulkan.hpp'
This commit is contained in:
commit
dcc7c24132
@ -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…
x
Reference in New Issue
Block a user