Skip to content

Commit 3994563

Browse files
committed
fix missing update in CGHLSLRuntime
1 parent ccc430f commit 3994563

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/lib/CodeGen/CGHLSLRuntime.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ class CGHLSLRuntime {
103103
GENERATE_HLSL_INTRINSIC_FUNCTION(SClamp, sclamp)
104104
GENERATE_HLSL_INTRINSIC_FUNCTION(UClamp, uclamp)
105105

106-
GENERATE_HLSL_INTRINSIC_FUNCTION(CreateHandleFromBinding, handle_fromBinding)
107-
GENERATE_HLSL_INTRINSIC_FUNCTION(BufferUpdateCounter, bufferUpdateCounter)
106+
GENERATE_HLSL_INTRINSIC_FUNCTION(CreateHandleFromBinding,
107+
resource_handlefrombinding)
108+
GENERATE_HLSL_INTRINSIC_FUNCTION(BufferUpdateCounter, resource_updatecounter)
108109
GENERATE_HLSL_INTRINSIC_FUNCTION(GroupMemoryBarrierWithGroupSync,
109110
group_memory_barrier_with_group_sync)
110111

0 commit comments

Comments
 (0)