The open source OpenXR runtime
0
fork

Configure Feed

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

xrt: Fix documentation warnings

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

authored by

Rylie Pavlik and committed by
Marge Bot
bc916e0f 23115015

+5 -8
+3 -6
src/xrt/include/xrt/xrt_compositor.h
··· 1206 1206 * 1207 1207 * @param xc Self pointer 1208 1208 * @param xdev The device the layer is relative to. 1209 - * @param xsc Swapchain object containing eye RGB data. 1209 + * @param xsc Array of swapchain objects containing eye RGB data. 1210 1210 * @param data All of the pure data bits (not pointers/handles), 1211 1211 * including what parts of the supplied swapchain 1212 1212 * objects to use for each view. ··· 1227 1227 * 1228 1228 * @param xc Self pointer 1229 1229 * @param xdev The device the layer is relative to. 1230 - * @param l_xsc Swapchain object containing left eye RGB data. 1231 - * @param r_xsc Swapchain object containing right eye RGB data. 1232 - * @param l_d_xsc Swapchain object containing left eye depth data. 1233 - * @param r_d_xsc Swapchain object containing right eye depth data. 1230 + * @param xsc Array of swapchain objects containing eye RGB data. 1231 + * @param d_xsc Array of swapchain objects containing eye depth data. 1234 1232 * @param data All of the pure data bits (not pointers/handles), 1235 1233 * including what parts of the supplied swapchain 1236 1234 * objects to use for each view. ··· 1343 1341 * 1344 1342 * Only after this call will the compositor actually use the layers. 1345 1343 * @param xc Self pointer 1346 - * @param frame_id The frame id this commit is for. 1347 1344 * @param xcsem Semaphore that will be signalled when the app GPU 1348 1345 * work has completed. 1349 1346 * @param value Semaphore value upone completion of GPU work.
+1 -1
src/xrt/include/xrt/xrt_session.h
··· 279 279 /*! 280 280 * Destroy an xrt_session - helper function. 281 281 * 282 - * @param[in,out] xsd_ptr A pointer to the xrt_session struct pointer. 282 + * @param[in,out] xs_ptr A pointer to the xrt_session struct pointer. 283 283 * 284 284 * Will destroy the system if `*xs_ptr` is not NULL. Will then set `*xs_ptr` to 285 285 * NULL.
+1 -1
src/xrt/include/xrt/xrt_system.h
··· 105 105 /*! 106 106 * Destroy an xrt_system - helper function. 107 107 * 108 - * @param[in,out] xsysd_ptr A pointer to the xrt_system struct pointer. 108 + * @param[in,out] xsys_ptr A pointer to the xrt_system struct pointer. 109 109 * 110 110 * Will destroy the system if `*xsys_ptr` is not NULL. Will then set 111 111 * `*xsys_ptr` to NULL.