Skip to content
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 AS descriptor type to KHR final Ray Tracing spec #12

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

MarijnS95
Copy link
Member

This depends on rspirv being regenerated with the RT spec: gfx-rs/rspirv#174

We will have to decide on a proper release model for this, assuming not everyone might have updated to official spec yet. Instead of adding an API to keep the NV and KHR number apart which are now different we might expect application users to deal with this in their own code (ie. translating ACCELERATION_STRUCTURE_KHR to ACCELERATION_STRUCTURE_NV), or we can determine it based on the capability flag RayTracingNV vs RayTracingKHR which are different values.

@MarijnS95 MarijnS95 marked this pull request as ready for review December 14, 2020 14:23
@Jasper-Bekkers Jasper-Bekkers merged commit 1fa877b into master Dec 14, 2020
@MarijnS95 MarijnS95 deleted the khr-rt-final branch December 14, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants