The open source OpenXR runtime
0
fork

Configure Feed

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

c/render: Fix doxygen warning

+2 -2
+2 -2
src/xrt/compositor/render/render_interface.h
··· 325 325 struct render_sub_alloc *out_rsa); 326 326 327 327 /*! 328 - * Allocate enough memory (with constraints of UBOs) to hold the memory in @ptr 328 + * Allocate enough memory (with constraints of UBOs) to hold the memory in @p ptr 329 329 * and copy that memory to the buffer using the CPU. 330 330 */ 331 331 XRT_CHECK_RESULT VkResult ··· 1101 1101 /*! 1102 1102 * Shared descriptor set, used for the clear and distortion shaders. It 1103 1103 * is used in the functions @ref render_compute_projection_timewarp, 1104 - * @ref render_compute_projection and @ref render_compute_clear. 1104 + * @ref render_compute_projection, and @ref render_compute_clear. 1105 1105 */ 1106 1106 VkDescriptorSet shared_descriptor_set; 1107 1107 };