The open source OpenXR runtime
0
fork

Configure Feed

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

c/util: Fix doc errors

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

authored by

Rylie Pavlik and committed by
Marge Bot
5a8fb95d 21897226

+2 -2
+2 -2
src/xrt/compositor/util/comp_layer_accum.h
··· 51 51 /*! 52 52 * Get a (color) swapchain associated with a layer. 53 53 * 54 - * @param cla self 54 + * @param cl self 55 55 * @param swapchain_index index of swapchain - typically this is 0 for most layers, the view index for projection. 56 56 57 57 * @public @memberof comp_layer ··· 63 63 /*! 64 64 * Get a depth swapchain associated with a (projection with depth) layer 65 65 * 66 - * @param cla self 66 + * @param cl self 67 67 * @param swapchain_index index of **color** swapchain - typically this is the view index. 68 68 * 69 69 * @public @memberof comp_layer