Skip to content

frame-buffer: Only destroy depth image if created by gulkan

Christoph Haag requested to merge haagch/gulkan:fix_depth_destroy into main

Now that an existing VkImage for depth can be passed into gulkan, we should not unconditionally call vkDestroyImage for it.

Merge request reports