The open source OpenXR runtime
0
fork

Configure Feed

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

c/client: Fix doxygen warnings

+2 -2
+1 -1
src/xrt/compositor/client/comp_d3d11_client.cpp
··· 141 141 /*! 142 142 * A timeline semaphore made by the native compositor and imported by us. 143 143 * 144 - * When this is valid, we should use xrt_compositor::layer_commit_with_sync: 144 + * When this is valid, we should use xrt_compositor::layer_commit_with_semaphone: 145 145 * it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can 146 146 * pass @ref timeline_semaphore instead of blocking locally. 147 147 */
+1 -1
src/xrt/compositor/client/comp_d3d12_client.cpp
··· 132 132 /*! 133 133 * A timeline semaphore made by the native compositor and imported by us. 134 134 * 135 - * When this is valid, we should use @ref xrt_compositor::layer_commit_with_sync: 135 + * When this is valid, we should use @ref xrt_compositor::layer_commit_with_semaphone: 136 136 * it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can 137 137 * pass @ref timeline_semaphore instead of blocking locally. 138 138 */