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 --- external/spirv-tools-generated/extension_enum.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'external/spirv-tools-generated/extension_enum.inc') diff --git a/external/spirv-tools-generated/extension_enum.inc b/external/spirv-tools-generated/extension_enum.inc index a5c14eedb..0dbb6f84a 100644 --- a/external/spirv-tools-generated/extension_enum.inc +++ b/external/spirv-tools-generated/extension_enum.inc @@ -15,6 +15,7 @@ kSPV_EXT_fragment_invocation_density, kSPV_EXT_fragment_shader_interlock, kSPV_EXT_physical_storage_buffer, kSPV_EXT_shader_atomic_float_add, +kSPV_EXT_shader_image_int64, kSPV_EXT_shader_stencil_export, kSPV_EXT_shader_viewport_index_layer, kSPV_GOOGLE_decorate_string, @@ -35,6 +36,7 @@ kSPV_KHR_16bit_storage, kSPV_KHR_8bit_storage, kSPV_KHR_device_group, kSPV_KHR_float_controls, +kSPV_KHR_fragment_shading_rate, kSPV_KHR_multiview, kSPV_KHR_no_integer_wrap_decoration, kSPV_KHR_non_semantic_info, -- cgit v1.2.3