Skip to content

Support Vulkan version from command line arguments #189

Open
@llvm-beanz

Description

@llvm-beanz

The code currently configures Vulkan 1.1 devices because you need to setup the API version before you can query for devices so I just picked the lowest.

An incoming PR will change this to setup a 1.1 then query the device and recreate the instance and device for whatever is supported. This works around issues where Vulkan 1.3 is currently required by clang shaders. We should instead take this value from the command line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions