summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/compute/entry-point-uniform-params.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/entry-point-uniform-params.slang b/tests/compute/entry-point-uniform-params.slang
index af5a87616..4ca8d6786 100644
--- a/tests/compute/entry-point-uniform-params.slang
+++ b/tests/compute/entry-point-uniform-params.slang
@@ -34,7 +34,7 @@ ConstantBuffer<Signs> signs;
void computeMain(
//TEST_INPUT:cbuffer(data=[2 0 0 0 3 0 0 0]):name=stuff
uniform Stuff stuff,
-//TEST_INPUT:cbuffer(data=[3]):isCPUOnly,name=things
+//TEST_INPUT:cbuffer(data=[3]):onlyCPULikeBinding,name=things
uniform Things things,
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer