Package org.lwjgl.openxr
Class KHRWin32ConvertPerformanceCounterTime
java.lang.Object
org.lwjgl.openxr.KHRWin32ConvertPerformanceCounterTime
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
nxrConvertTimeToWin32PerformanceCounterKHR
(XrInstance instance, long time, long performanceCounter) XrResult xrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, XrTime time, LARGE_INTEGER * performanceCounter)
static int
nxrConvertWin32PerformanceCounterToTimeKHR
(XrInstance instance, long performanceCounter, long time) XrResult xrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, LARGE_INTEGER const * performanceCounter, XrTime * time)
static int
xrConvertTimeToWin32PerformanceCounterKHR
(XrInstance instance, long time, LARGE_INTEGER performanceCounter) XrResult xrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, XrTime time, LARGE_INTEGER * performanceCounter)
static int
xrConvertWin32PerformanceCounterToTimeKHR
(XrInstance instance, LARGE_INTEGER performanceCounter, LongBuffer time) XrResult xrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, LARGE_INTEGER const * performanceCounter, XrTime * time)
-
Field Details
-
XR_KHR_win32_convert_performance_counter_time_SPEC_VERSION
public static final int XR_KHR_win32_convert_performance_counter_time_SPEC_VERSION- See Also:
-
XR_KHR_WIN32_CONVERT_PERFORMANCE_COUNTER_TIME_EXTENSION_NAME
- See Also:
-
-
Method Details
-
nxrConvertWin32PerformanceCounterToTimeKHR
public static int nxrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, long performanceCounter, long time) XrResult xrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, LARGE_INTEGER const * performanceCounter, XrTime * time)
-
xrConvertWin32PerformanceCounterToTimeKHR
public static int xrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, LARGE_INTEGER performanceCounter, LongBuffer time) XrResult xrConvertWin32PerformanceCounterToTimeKHR(XrInstance instance, LARGE_INTEGER const * performanceCounter, XrTime * time)
-
nxrConvertTimeToWin32PerformanceCounterKHR
public static int nxrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, long time, long performanceCounter) XrResult xrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, XrTime time, LARGE_INTEGER * performanceCounter)
-
xrConvertTimeToWin32PerformanceCounterKHR
public static int xrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, long time, LARGE_INTEGER performanceCounter) XrResult xrConvertTimeToWin32PerformanceCounterKHR(XrInstance instance, XrTime time, LARGE_INTEGER * performanceCounter)
-