summaryrefslogtreecommitdiff
path: root/tools/gfx-unit-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test')
-rw-r--r--tools/gfx-unit-test/shader-cache-shader.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/shader-cache-shader.slang b/tools/gfx-unit-test/shader-cache-shader.slang
index c2dbe56f0..341e32893 100644
--- a/tools/gfx-unit-test/shader-cache-shader.slang
+++ b/tools/gfx-unit-test/shader-cache-shader.slang
@@ -6,5 +6,5 @@ uniform RWStructuredBuffer<float> buffer;
uint3 sv_dispatchThreadID : SV_DispatchThreadID)
{
var input = buffer[sv_dispatchThreadID.x];
- buffer[sv_dispatchThreadID.x] = input + 3.0f;
+ buffer[sv_dispatchThreadID.x] = input + 1.0f;
} \ No newline at end of file