Skip to content

Provide fallback for graphics cards that don't have STORAGE support for swapchain images #7

@rishflab

Description

@rishflab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions