-
Notifications
You must be signed in to change notification settings - Fork 245
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
Update spirv-tools version #5089
Conversation
dd2d54f
to
f7cb059
Compare
Extension was promoted from NV to KHR while retaining same enums. Fixes shader-slang#5106
Adds dummy usage to the intersection positions fetched from HitTriangleVertexPositions to prevent DCE from removing their usage. Fixes shader-slang#5105
I think you need to include external/spirv-tools-generated in this PR, isn't it? |
Maybe, I'm curious if the PR passes without that, but in any case, I will check to see what differences exist in the generated files. |
I was hasty and added the generated files to the PR before finding out if the checks would have passed. Anyways, PR is updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I was curious about it too. |
Add fixes for a missing test intrinsic-derivative-function-in-compute.slang Use the {{NV|KHR}} syntax to tolerate either enum. Fixes shader-slang#5106
Yeah, I do think updating the generated files is needed. |
7c42d1d
to
4db987a
Compare
4db987a
to
c2556ea
Compare
No description provided.