Skip to content

Commit 36b93d5

Browse files
committed
Cleanup comments
1 parent 6ff022c commit 36b93d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/hct/hctdb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
# processing.
5252
# - "," is used to separate multiple overload dimensions.
5353
# - When used, only $x0, $x1, etc. are supported for overloaded parameter
54-
# types.
55-
# - "a" is for any array ([n x Ty])
54+
# types. $x_gs0, $x_gs1, etc work like $xN except the overload will be a
55+
# pointer to groupshared memory.
5656
# dxil_all_user_oload_chars must be kept in sync with the indices in
5757
# hlsl::OP::TypeSlot in DxilOperations.h.
5858
dxil_all_user_oload_chars = "hfd18wiluo<"

0 commit comments

Comments
 (0)