From 44c0a56974b664e50b2cb8cb6f10740b19c4e02f Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 3 Dec 2020 08:23:05 -0800 Subject: Add shader object parameter binding to renderer_test. (#1622) * Add shader object parameter binding to renderer_test. * remove multiple-definitions.hlsl * Fix cuda implementation. Co-authored-by: Tim Foley --- tests/compute/constexpr.slang | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/compute/constexpr.slang') diff --git a/tests/compute/constexpr.slang b/tests/compute/constexpr.slang index 247d3964d..cb14b1a9c 100644 --- a/tests/compute/constexpr.slang +++ b/tests/compute/constexpr.slang @@ -1,9 +1,10 @@ // constexpr.slang //TEST(compute):COMPARE_COMPUTE_EX:-slang -gcompute //DISABLED://TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -gcompute -//TEST_INPUT: Texture2D(size=4, content = one): -//TEST_INPUT: Sampler: -//TEST_INPUT: ubuffer(data=[0 0], stride=4):out + +//TEST_INPUT: Texture2D(size=4, content = one):name tex +//TEST_INPUT: Sampler:name samp +//TEST_INPUT: ubuffer(data=[0 0], stride=4):out,name outputBuffer // Note: Vulkan version of this test is disabled pending adding // support for rendering tests to the harness. -- cgit v1.2.3