mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
aux/vk: Remove setting of format on out struct
This commit is contained in:
parent
1c67113e20
commit
c317a27a1d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue