From dc1e735bbc6a35d4a1d5c1ec720a7a95c0555f49 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 8 Oct 2019 08:37:53 -0400 Subject: Feature/ir entry point profile (#1068) * Split out EntryPointParamDecoration. * Add profile to EntryPointDecoration. * WIP for GS handling for GLSL. * WIP for StreamOut GLSL * Fixed GLSL geometry output. * Clean up - remove unneeded/commented out code from the entry point change. * Use Op nums to identify GeometryTypeDecorations (as opposed to contained enum). --- tests/ir/string-literal.slang.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ir') diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected index 44bafd86a..72baa8f7e 100644 --- a/tests/ir/string-literal.slang.expected +++ b/tests/ir/string-literal.slang.expected @@ -1,6 +1,6 @@ result code = 0 standard error = { -[entryPoint] +[entryPoint(6)] [numThreads(1, 1, 1)] [export("_S3tu04mainp1puV")] [nameHint("main")] -- cgit v1.2.3