From 43434bf993870ac19722d3a00df704df130619c1 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 21 Nov 2017 19:26:56 -0500 Subject: update input layout definition of test case `global-type-param-in-entrypoint` --- tests/compute/global-type-param-in-entrypoint.slang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/compute') 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 -- cgit v1.2.3