summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-21 19:26:56 -0500
committerYong He <yonghe@outlook.com>2017-11-21 19:26:56 -0500
commit43434bf993870ac19722d3a00df704df130619c1 (patch)
treef2e59b5239d0f3d832134879efe23c528688be27
parent64108c88836ed6b0335b000d4d127113f6840010 (diff)
update input layout definition of test case `global-type-param-in-entrypoint`
-rw-r--r--tests/compute/global-type-param-in-entrypoint.slang3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/global-type-param-in-entrypoint.slang b/tests/compute/global-type-param-in-entrypoint.slang
index 6a7720ad6..5d8036d98 100644
--- a/tests/compute/global-type-param-in-entrypoint.slang
+++ b/tests/compute/global-type-param-in-entrypoint.slang
@@ -1,5 +1,6 @@
//TEST(compute):COMPARE_RENDER_COMPUTE:-xslang -use-ir
-//TEST_INPUT: ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out
+//TEST_INPUT: cbuffer(data=[1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0], stride=16):dxbinding(0),glbinding(0)
+//TEST_INPUT: ubuffer(data=[0 0 0 0], stride=4):dxbinding(1),glbinding(0),out
//TEST_INPUT: type VertImpl
interface IVertInterpolant