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
#192 headers contain breaking changes that remove all the enums for the provisional ray-tracing extension. This makes it extremely painful to roll the headers in existing projects because it prevents gradual migration to the new API (even just compilation-wise). This gets even worse for projects that have dependencies that use use the enums from the provisional extension (like the spirv-tools).
Can the WG consider using a Provisional naming scheme next time and if it wants to remove the enums consider deprecating them over time (like ~a year)?
The text was updated successfully, but these errors were encountered:
#192 headers contain breaking changes that remove all the enums for the provisional ray-tracing extension. This makes it extremely painful to roll the headers in existing projects because it prevents gradual migration to the new API (even just compilation-wise). This gets even worse for projects that have dependencies that use use the enums from the provisional extension (like the spirv-tools).
Can the WG consider using a
Provisional
naming scheme next time and if it wants to remove the enums consider deprecating them over time (like ~a year)?The text was updated successfully, but these errors were encountered: