Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vk::image_format support missing from HLSL compile #3790

Open
buzmeg opened this issue Nov 11, 2024 · 1 comment
Open

vk::image_format support missing from HLSL compile #3790

buzmeg opened this issue Nov 11, 2024 · 1 comment

Comments

@buzmeg
Copy link

buzmeg commented Nov 11, 2024

The following code:

[[vk::image_format("rgba8")]] RWTexture2D<float4> isw;

fails with

warning: 'image_format' : unrecognized attribute
@arcady-lunarg
Copy link
Contributor

As of right now, glslang HLSL support is not under active development, though there are occasionally bugfixes. We certainly won't say no to patches for new features, but it's up to the community to develop them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants