···12061206 *
12071207 * @param xc Self pointer
12081208 * @param xdev The device the layer is relative to.
12091209- * @param xsc Swapchain object containing eye RGB data.
12091209+ * @param xsc Array of swapchain objects containing eye RGB data.
12101210 * @param data All of the pure data bits (not pointers/handles),
12111211 * including what parts of the supplied swapchain
12121212 * objects to use for each view.
···12271227 *
12281228 * @param xc Self pointer
12291229 * @param xdev The device the layer is relative to.
12301230- * @param l_xsc Swapchain object containing left eye RGB data.
12311231- * @param r_xsc Swapchain object containing right eye RGB data.
12321232- * @param l_d_xsc Swapchain object containing left eye depth data.
12331233- * @param r_d_xsc Swapchain object containing right eye depth data.
12301230+ * @param xsc Array of swapchain objects containing eye RGB data.
12311231+ * @param d_xsc Array of swapchain objects containing eye depth data.
12341232 * @param data All of the pure data bits (not pointers/handles),
12351233 * including what parts of the supplied swapchain
12361234 * objects to use for each view.
···13431341 *
13441342 * Only after this call will the compositor actually use the layers.
13451343 * @param xc Self pointer
13461346- * @param frame_id The frame id this commit is for.
13471344 * @param xcsem Semaphore that will be signalled when the app GPU
13481345 * work has completed.
13491346 * @param value Semaphore value upone completion of GPU work.
+1-1
src/xrt/include/xrt/xrt_session.h
···279279/*!
280280 * Destroy an xrt_session - helper function.
281281 *
282282- * @param[in,out] xsd_ptr A pointer to the xrt_session struct pointer.
282282+ * @param[in,out] xs_ptr A pointer to the xrt_session struct pointer.
283283 *
284284 * Will destroy the system if `*xs_ptr` is not NULL. Will then set `*xs_ptr` to
285285 * NULL.
+1-1
src/xrt/include/xrt/xrt_system.h
···105105/*!
106106 * Destroy an xrt_system - helper function.
107107 *
108108- * @param[in,out] xsysd_ptr A pointer to the xrt_system struct pointer.
108108+ * @param[in,out] xsys_ptr A pointer to the xrt_system struct pointer.
109109 *
110110 * Will destroy the system if `*xsys_ptr` is not NULL. Will then set
111111 * `*xsys_ptr` to NULL.