diff --git a/gzdoom-vulkan.patch b/gzdoom-vulkan.patch index e74250b..a73b44c 100644 --- a/gzdoom-vulkan.patch +++ b/gzdoom-vulkan.patch @@ -53,7 +53,7 @@ Index: gzdoom-g4.8.2/src/common/rendering/vulkan/system/vk_builders.cpp /* .maxTaskWorkGroupSizeY_NV = */ 1, /* .maxTaskWorkGroupSizeZ_NV = */ 1, /* .maxMeshViewCountNV = */ 4, -+#if GLSLANG_VERSION_MAJOR == 11 && GLSLANG_VERSION_MINOR >= 12 ++#if (GLSLANG_VERSION_MAJOR == 11 && GLSLANG_VERSION_MINOR >= 12) || GLSLANG_VERSION_MAJOR > 11 + 256, 256, 128, 128, 128, 128, 128, 128, 4, +#endif /* .maxDualSourceDrawBuffersEXT = */ 1, diff --git a/gzdoom.changes b/gzdoom.changes index f9f1c02..201e269 100644 --- a/gzdoom.changes +++ b/gzdoom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 18:44:20 UTC 2023 - Jan Engelhardt + +- Update gzdoom-vulkan.patch for glslang 12 + ------------------------------------------------------------------- Sun Dec 4 15:39:27 UTC 2022 - Jan Engelhardt diff --git a/gzdoom.spec b/gzdoom.spec index b5be744..35be4bb 100644 --- a/gzdoom.spec +++ b/gzdoom.spec @@ -1,7 +1,7 @@ # # spec file for package gzdoom # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed