The open source OpenXR runtime
0
fork

Configure Feed

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

c/util: a->an

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

+3 -3
+1 -1
src/xrt/compositor/util/comp_base.h
··· 94 94 */ 95 95 96 96 /*! 97 - * Convenience function to convert a xrt_compositor to a comp_base. 97 + * Convenience function to convert an xrt_compositor to a comp_base. 98 98 * 99 99 * @private @memberof comp_base 100 100 */
+1 -1
src/xrt/compositor/util/comp_semaphore.h
··· 50 50 */ 51 51 52 52 /*! 53 - * Convenience function to convert a xrt_compositor_semaphore to a comp_semaphore. 53 + * Convenience function to convert an xrt_compositor_semaphore to a comp_semaphore. 54 54 * 55 55 * @ingroup comp_util 56 56 * @private @memberof comp_semaphore
+1 -1
src/xrt/compositor/util/comp_swapchain.h
··· 116 116 */ 117 117 118 118 /*! 119 - * Convenience function to convert a xrt_swapchain to a comp_swapchain. 119 + * Convenience function to convert an xrt_swapchain to a comp_swapchain. 120 120 * 121 121 * @ingroup comp_util 122 122 * @private @memberof comp_swapchain