···180180 vk->vkCmdBeginRenderPass(command_buffer, &render_pass_begin_info, VK_SUBPASS_CONTENTS_INLINE);
181181}
182182183183+/// Update descriptor set for a layer to reference the parameter UBO and the source (layer) image.
183184static void
184185update_ubo_and_src_descriptor_set(struct vk_bundle *vk,
185186 uint32_t ubo_binding,
···230231 NULL); // pDescriptorCopies
231232}
232233234234+/// Sub-allocate a UBO for our layer-specific data,
235235+/// and create a descriptor set for it and the layer image to sample.
233236XRT_CHECK_RESULT static VkResult
234237do_ubo_and_src_alloc_and_write(struct render_gfx *rr,
235238 uint32_t ubo_binding,
···262265263266264267 /*
265265- * Create and fill out destriptor.
268268+ * Create and fill out descriptor.
266269 */
267270268271 ret = vk_create_descriptor_set( //