Older graphics cards will cause the engine to panic because they usually do not have support for STORAGE support for swapchain images. This features is currently required because the swapchain images are bound by a descriptor and written to directly by the final compute shader stage.
First do some research on GPU model support for VK_IMAGE_USAGE_STORAGE_BIT. If it will well supported by popular 4-5 TFLOP+ GPU's this feature is probably unnecessary.
Older graphics cards will cause the engine to panic because they usually do not have support for STORAGE support for swapchain images. This features is currently required because the swapchain images are bound by a descriptor and written to directly by the final compute shader stage.
First do some research on GPU model support for VK_IMAGE_USAGE_STORAGE_BIT. If it will well supported by popular 4-5 TFLOP+ GPU's this feature is probably unnecessary.