{-# language CPP #-} -- | = Name -- -- XR_KHR_win32_convert_performance_counter_time - instance extension -- -- = Specification -- -- See -- -- in the main specification for complete information. -- -- = Registered Extension Number -- -- 36 -- -- = Revision -- -- 1 -- -- = Extension and Version Dependencies -- -- - Requires OpenXR 1.0 -- -- = See Also -- -- 'convertTimeToWin32PerformanceCounterKHR', -- 'convertWin32PerformanceCounterToTimeKHR' -- -- = Document Notes -- -- For more information, see the -- -- -- This page is a generated document. Fixes and changes should be made to -- the generator scripts, not directly. module OpenXR.Extensions.XR_KHR_win32_convert_performance_counter_time (LARGE_INTEGER) where import Data.Word (Word64) type LARGE_INTEGER = Word64