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 ccc430f commit 3994563Copy full SHA for 3994563
clang/lib/CodeGen/CGHLSLRuntime.h
@@ -103,8 +103,9 @@ class CGHLSLRuntime {
103
GENERATE_HLSL_INTRINSIC_FUNCTION(SClamp, sclamp)
104
GENERATE_HLSL_INTRINSIC_FUNCTION(UClamp, uclamp)
105
106
- GENERATE_HLSL_INTRINSIC_FUNCTION(CreateHandleFromBinding, handle_fromBinding)
107
- GENERATE_HLSL_INTRINSIC_FUNCTION(BufferUpdateCounter, bufferUpdateCounter)
+ GENERATE_HLSL_INTRINSIC_FUNCTION(CreateHandleFromBinding,
+ resource_handlefrombinding)
108
+ GENERATE_HLSL_INTRINSIC_FUNCTION(BufferUpdateCounter, resource_updatecounter)
109
GENERATE_HLSL_INTRINSIC_FUNCTION(GroupMemoryBarrierWithGroupSync,
110
group_memory_barrier_with_group_sync)
111
0 commit comments