Skip to content

Conversation

s-perron
Copy link
Collaborator

@s-perron s-perron commented Jul 8, 2025

Many Vulkan driver allow the SPIR-V to use the Unknown image format
for storage images and texel buffers. This makes the SPIR-V more
flexible, and it useful for developers. However, it can be cumbersome to
have to add the vk::image_format attribute to all resources.

This option allows users to make Unkown the default image format for
all resource types.

Fixes #7484

Many Vulkan driver allow the SPIR-V to use the `Unknown` image format for storage images and texel buffers. This makes the SPIR-V more flexible, and it useful for developers. However, it can be cumbersome to have to add the `vk::image_format` attribute to all resources. This option allows users to make `Unkown` the default image format for all resource types. Fixes microsoft#7484
@s-perron s-perron merged commit 68dedee into microsoft:main Jul 11, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in HLSL Roadmap Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants