Add support for generating OpTypeAccelerationStructureKHR#187
Add support for generating OpTypeAccelerationStructureKHR#187XAMPPRocky wants to merge 2 commits intogfx-rs:masterfrom
Conversation
|
This looks very close to what is done in #175, albeit that catches every reserved |
1f225ed to
7c72c65
Compare
#175 as far as I can tell doesn't add a |
I can pick that on top if you want, or rebase this PR to introduce that separately. At least we'll have more generic handling for reserved |
Anything that makes that method available works for me. |
|
Allright, merged both solutions! I like your approach more because it sets the type properly for every gen step, to add the missing method through |
This PR adds support for
OpTypeAccelerationStructureKHRby adding a small pass to manually map reserved functions into another class, so that the methods for those ops can be properly generated.See also EmbarkStudios/rust-gpu#563 which uses this change.