[PATCH] D122699: [HLSL] Add Semantic syntax, and SV_GroupIndex
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 23:54:55 PDT 2022
MaskRay added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:6386
+ let Content = [{
+The `SV_GroupIndex` semantic when applied to an input parameter specifies a data
+binding to map the group index to the specified parameter. This attribute is
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122699/new/
https://reviews.llvm.org/D122699
More information about the cfe-commits
mailing list