From f9bcad35562c1f08638e6d3eb397d370d7d2f8f8 Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:18:40 -0400 Subject: Initial pass to add capability declarations to stdlib intrinsics. (#3912) --- tests/bugs/gh-3429.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs') diff --git a/tests/bugs/gh-3429.slang b/tests/bugs/gh-3429.slang index e4eda5b38..c9b49e5f4 100644 --- a/tests/bugs/gh-3429.slang +++ b/tests/bugs/gh-3429.slang @@ -50,6 +50,6 @@ void computeMain() // CHECK: loadDataConditionFalse float v = getDataDependingOnCondition(gPushConstants.bufferHasOnlyOneElement); - int2 pixelIndex = int2(DispatchRaysIndex().xy); + int2 pixelIndex = int2(0); gResultImage[pixelIndex] = float4(v, v, v, 1.0); } -- cgit v1.2.3