Skip to content

[SPIRV][Vulkan] Do we need to generate StorageImageReadWithoutFormat? #140097

Open
@llvm-beanz

Description

@llvm-beanz

LLVM is currently generating OpCapabilities for StorageImageReadWithoutFormat and StorageImageWriteWithoutFormat, which DXC did not generate. This causes shaders to require Vulkan 1.3 (where the capability is default), or an extension. In either case it seems like neither is needed.

Reproduction case: https://godbolt.org/z/Y5d58YE8o

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions