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 d47adb2 commit 7865500Copy full SHA for 7865500
clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
@@ -2352,7 +2352,7 @@ __attribute__((convergent)) bool WaveIsFirstLane();
2352
2353
_HLSL_AVAILABILITY(shadermodel, 6.0)
2354
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_get_lane_count)
2355
-__attribute__((convergent)) bool WaveGetLaneCount();
+__attribute__((convergent)) uint WaveGetLaneCount();
2356
2357
//===----------------------------------------------------------------------===//
2358
// WaveReadLaneAt builtins
0 commit comments