From 660cf7a639cb0f73e2ea7abc4a4a8ca59e50c88d Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Wed, 20 Jan 2021 09:23:39 -0800 Subject: Update glslang to 11.1.0 (#1662) * Update glslang to 11.1.0 This change pulls new versions of glslang, spirv-headers, and spirv-tools as submodules, and makes the necessary changes to other files in the repository to get it all building (at least on Windows). This change also enables building of glslang from source by default, so that we can easily generate new binaries for inclusion in the `slang-binaries` repository. * fixup: missing file --- tests/vkray/anyhit.slang.glsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/vkray/anyhit.slang.glsl b/tests/vkray/anyhit.slang.glsl index a37df119c..6205d7a9b 100644 --- a/tests/vkray/anyhit.slang.glsl +++ b/tests/vkray/anyhit.slang.glsl @@ -52,11 +52,11 @@ void main() if(val_0 > float(0)) { - terminateRayEXT(); + terminateRayEXT; } else { - ignoreIntersectionEXT(); + ignoreIntersectionEXT; } } -- cgit v1.2.3