-
-
Notifications
You must be signed in to change notification settings - Fork 444
Update SPIRV, SPIRV-Cross, and SPIRV-Reflect #2542
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
base: main
Are you sure you want to change the base?
Conversation
Exanite
left a comment
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.
Everything looks good.
The two comments I added can be ignored since these are intentional upstream changes: KhronosGroup/SPIRV-Reflect@4c6d3f3#diff-237273a1f8e271be8f0e0ea416c96bb71a801fd817013835b85406cfa984a2f0L396
| [NativeName("Type", "int")] | ||
| [NativeName("Type.Name", "int")] | ||
| [NativeName("Name", "built_in")] | ||
| public Silk.NET.SPIRV.BuiltIn BuiltIn; |
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.
This seems weird. Why did this change to an int?
| Silk.NET.SPIRV.Op? op = null, | ||
| byte* typeName = null, | ||
| byte* structMemberName = null, | ||
| Silk.NET.SPIRV.StorageClass? storageClass = null, |
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.
Same here
Summary of the PR
Updates all our SPIRV bindings, along with associated native libraries.
Tested with SpirvTest in Lab on both Linux and Windows.