You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 version135
)Only support official
VK_KHR_ray_tracing
which was introduced with header version162
.=> Search for all
patterns and delete all the
#else
branches!The text was updated successfully, but these errors were encountered: