We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff022c commit 36b93d5Copy full SHA for 36b93d5
1 file changed
utils/hct/hctdb.py
@@ -51,8 +51,8 @@
51
# processing.
52
# - "," is used to separate multiple overload dimensions.
53
# - When used, only $x0, $x1, etc. are supported for overloaded parameter
54
-# types.
55
-# - "a" is for any array ([n x Ty])
+# types. $x_gs0, $x_gs1, etc work like $xN except the overload will be a
+# pointer to groupshared memory.
56
# dxil_all_user_oload_chars must be kept in sync with the indices in
57
# hlsl::OP::TypeSlot in DxilOperations.h.
58
dxil_all_user_oload_chars = "hfd18wiluo<"
0 commit comments