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

Update TracyVulkan.hpp

This commit is contained in:
Bartosz Taudul 2023-12-23 00:53:45 +01:00 committed by GitHub
parent 743a327d2d
commit ef1e3c1df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,6 @@ public:
} }
private: private:
tracy_force_inline void Calibrate( VkDevice device, int64_t& tCpu, int64_t& tGpu ) tracy_force_inline void Calibrate( VkDevice device, int64_t& tCpu, int64_t& tGpu )
{ {
assert( m_timeDomain != VK_TIME_DOMAIN_DEVICE_EXT ); assert( m_timeDomain != VK_TIME_DOMAIN_DEVICE_EXT );