···658658render_scratch_images_ensure(struct render_resources *r, struct render_scratch_images *rsi, VkExtent2D extent);
659659660660/*!
661661- * Close all resources on the given @ref render_scatch_images.
661661+ * Close all resources on the given @ref render_scratch_images.
662662 */
663663void
664664render_scratch_images_close(struct render_resources *r, struct render_scratch_images *rsi);
+1-1
src/xrt/compositor/util/comp_scratch.h
···143143comp_scratch_single_images_done(struct comp_scratch_single_images *cssi);
144144145145/*!
146146- * Discard a @g get call, this clears the image debug part causing no image to
146146+ * Discard a @p get call, this clears the image debug part causing no image to
147147 * be shown in the debug UI.
148148 *
149149 * @public @memberof comp_scratch_single_images