From 3aaa586c90a688e035e2941a2e0327bd96a681cb Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 3 Feb 2022 09:28:54 -0500 Subject: 'Explicit specialization' experiments with extensions (#2099) * #include an absolute path didn't work - because paths were taken to always be relative. * Explicit specialization with multiple parameters. * Fix tabs. * Small improvements in test comments. --- tests/experiments/generic/type-to-value-3.slang | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/experiments/generic/type-to-value-3.slang') diff --git a/tests/experiments/generic/type-to-value-3.slang b/tests/experiments/generic/type-to-value-3.slang index 773c0fe5c..e6ddb13c0 100644 --- a/tests/experiments/generic/type-to-value-3.slang +++ b/tests/experiments/generic/type-to-value-3.slang @@ -3,6 +3,9 @@ /* Test here is to try and associate a value with a type This does work. + +Note that it *requires* the getType function as if we try to call say int.getType(), we get an error around +swizzling. */ //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer -- cgit v1.2.3