The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Suppress clang-tidy removing a forward declaration.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
fd77b849 b44327bd

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_api_system.c
··· 277 277 278 278 // NOLINTNEXTLINE // don't remove the forward decl. 279 279 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL 280 - vkGetInstanceProcAddr(VkInstance instance, const char *pName); 280 + vkGetInstanceProcAddr(VkInstance instance, const char *pName); // NOLINT 281 281 282 282 XRAPI_ATTR XrResult XRAPI_CALL 283 283 oxr_xrGetVulkanGraphicsDeviceKHR(XrInstance instance,