From 8bcffcc085b996babedfeaee674c6ad09c9b08cf Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 18 Sep 2023 06:12:30 -0700 Subject: Use direct spirv in hello-world example. (#3207) * Use direct spirv in hello-world example. * Use vulkan 1.1 * Use vulkan 1.2. * fix. * Fix test. --------- Co-authored-by: Yong He --- tests/spirv/direct-spirv-emit.slang.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/spirv') diff --git a/tests/spirv/direct-spirv-emit.slang.expected b/tests/spirv/direct-spirv-emit.slang.expected index 55cc718a8..ab2e816ae 100644 --- a/tests/spirv/direct-spirv-emit.slang.expected +++ b/tests/spirv/direct-spirv-emit.slang.expected @@ -9,7 +9,7 @@ standard output = { ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 - OpEntryPoint GLCompute %computeMain "computeMain" + OpEntryPoint GLCompute %computeMain "main" OpExecutionMode %computeMain LocalSize 4 1 1 ; Debug Information -- cgit v1.2.3