We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaed03 commit ce43937Copy full SHA for ce43937
clang/lib/Sema/SemaHLSL.cpp
@@ -765,8 +765,8 @@ void SemaHLSL::CheckSemanticAnnotation(
765
DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Compute});
766
break;
767
case attr::HLSLSV_Position:
768
- // TODO: allow use on other shader types & output once the overall semantic
769
- // logic is implemented.
+ // TODO(#143523): allow use on other shader types & output once the overall
+ // semantic logic is implemented.
770
if (ST == llvm::Triple::Pixel)
771
return;
772
DiagnoseAttrStageMismatch(AnnotationAttr, ST, {llvm::Triple::Pixel});
0 commit comments