From c317a27a1d4a737b5a37c91554f35fccf6e9e360 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 3 Apr 2022 23:06:53 +0100 Subject: [PATCH] aux/vk: Remove setting of format on out struct --- src/xrt/auxiliary/vk/vk_image_allocator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xrt/auxiliary/vk/vk_image_allocator.c b/src/xrt/auxiliary/vk/vk_image_allocator.c index 6f034c5fe..10e7bdc12 100644 --- a/src/xrt/auxiliary/vk/vk_image_allocator.c +++ b/src/xrt/auxiliary/vk/vk_image_allocator.c @@ -155,7 +155,6 @@ create_image(struct vk_bundle *vk, const struct xrt_swapchain_create_info *info, // Out->pNext VkAndroidHardwareBufferFormatPropertiesANDROID a_buffer_format_props = { .sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID, - .format = image_format, }; // Out