-
Notifications
You must be signed in to change notification settings - Fork 570
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
[MSL] Image bindings wrong from GLSL->SPIRV-MSL #2363
Labels
question
Further progress depends on answer from issue creator.
Comments
Do you have a complete GLSL or SPIR-V? I cannot reproduce this with:
SPIR-V:
MSL with
|
Also, this fallback for atomics is basically broken. If you target MSL 3.1, it should work better and use the native image atomic features. |
HansKristian-Work
added
the
question
Further progress depends on answer from issue creator.
label
Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have below glsl code
layout (set = 0, binding = 0, r32ui) uniform coherent uimage2D my_image;
the generated MSL code is:
This causes a compilation error note: attribute ‘id’ set location to 1, but minimum is 2, can you help?
Thanks.
The text was updated successfully, but these errors were encountered: