The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/vk: Correct Windows host timestamp calculation

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2491>

authored by

Jakob Bornecrantz and committed by
Marge Bot
208f901c befedee9

+1 -1
+1 -1
src/xrt/auxiliary/vk/vk_time.c
··· 40 40 ns_per_qpc_tick = U_1_000_000_000 / freq.QuadPart; 41 41 } 42 42 43 - return ticks / ns_per_qpc_tick; 43 + return ticks * ns_per_qpc_tick; 44 44 45 45 #else 46 46 #error "Vulkan timestamp domain needs porting"