The open source OpenXR runtime
0
fork

Configure Feed

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

c/render: Fix typos [NFC]

authored by

Charlton Rodda and committed by
Jakob Bornecrantz
f4980d35 1d37aefa

+3 -3
+1 -1
src/xrt/compositor/render/render_compute.c
··· 257 257 } 258 258 259 259 XRT_MAYBE_UNUSED static void 260 - update_compute_discriptor_set_target(struct vk_bundle *vk, 260 + update_compute_descriptor_set_target(struct vk_bundle *vk, 261 261 uint32_t target_binding, 262 262 VkImageView target_image_view, 263 263 uint32_t ubo_binding,
+2 -2
src/xrt/compositor/render/render_gfx.c
··· 182 182 } 183 183 184 184 static void 185 - update_ubo_and_src_discriptor_set(struct vk_bundle *vk, 185 + update_ubo_and_src_descriptor_set(struct vk_bundle *vk, 186 186 uint32_t ubo_binding, 187 187 VkBuffer buffer, 188 188 VkDeviceSize offset, ··· 273 273 &descriptor_set); // descriptor_set 274 274 VK_CHK_AND_RET(ret, "vk_create_descriptor_set"); 275 275 276 - update_ubo_and_src_discriptor_set( // 276 + update_ubo_and_src_descriptor_set( // 277 277 vk, // vk_bundle 278 278 ubo_binding, // ubo_binding 279 279 ubo.buffer, // buffer