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
Describe the issue or outstanding question.
Since this is a retroactive feature, we should document and describe a feature availability check using the clang __has_feature infrastructure in DXC. We haven't historically used this for features, but it is much nicer than forcing users to key off specific compiler versions and I've locally tested that it is fully functional in DXC.
Which proposal does this relate to?
0010-vk-buffer-ref.md
Describe the issue or outstanding question.
Since this is a retroactive feature, we should document and describe a feature availability check using the clang
__has_feature
infrastructure in DXC. We haven't historically used this for features, but it is much nicer than forcing users to key off specific compiler versions and I've locally tested that it is fully functional in DXC.Additional context
See initial review discussion.
The text was updated successfully, but these errors were encountered: