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

Deprecate VK_HEADER_VERSION 135 Ray Tracing functionality and clean up code! #42

Open
johannesugb opened this issue Dec 23, 2020 · 0 comments

Comments

@johannesugb
Copy link
Member

In a few months time, just deprecate all previous Ray Tracing code (i.e. the original NVIDIA version and also the VK_KHR_ray_tracing beta version from header version 135)

Only support official VK_KHR_ray_tracing which was introduced with header version 162.

=> Search for all

#if VK_HEADER_VERSION >= 162
#else 
#endif

patterns and delete all the #else branches!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant