aux/vk: Remove setting of format on out struct

This commit is contained in:
Jakob Bornecrantz 2022-04-03 23:06:53 +01:00 committed by Moses Turner
parent 1c67113e20
commit c317a27a1d

View file

@ -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