-
Notifications
You must be signed in to change notification settings - Fork 711
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
[spirv] Move KHR ray tracing to use SPIRV 1.4 #2851
Comments
Sounds good. Thanks for the heads up @alelenv |
SPIR-V 1.4 can actually be used prior to Vulkan 1.2 if VK_KHR_spirv_1_4 is supported. |
Getting back to this @dgkoch : spiregg selects spirv version based of -fspv-target-env which is either vulkan1.0/1.1/1.2. So selecting 1.2 to satisfy the > 1.4 SPIRV requirement
On re-reading the spec, it doesn't say its illegal to have all variables since it is a superset. So current implementation is fine |
As per issue : https://gitlab.khronos.org/vulkan/vulkan/issues/2096
We have decided to enforce SPIRV 1.4 for KHR_ray_tracing
cc @ehsannas
I plan to look into this
The text was updated successfully, but these errors were encountered: