Skip to content

dEQP-VK.compute.pipeline.basic.indirect_after_base_dispatch does not check for vkCmdDispatchBase support. #545

@squidbus

Description

@squidbus

While running tests on MoltenVK configured to advertise only Vulkan 1.0, I ran into a crash in dEQP-VK.compute.pipeline.basic.indirect_after_base_dispatch, as the API is not provided at that level.

From looking at the tests here, it seems that it does not check for VK_VERSION_1_1 or VK_KHR_device_group before using vkCmdDispatchBase, leading to a call to a null function.

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