SHA256
1
0
forked from pool/gzdoom

Accepting request 1063679 from games

- Update gzdoom-vulkan.patch for glslang 12

OBS-URL: https://build.opensuse.org/request/show/1063679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzdoom?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2023-02-08 16:20:06 +00:00 committed by Git OBS Bridge
commit edef63cfd7
3 changed files with 7 additions and 2 deletions

View File

@ -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,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 7 18:44:20 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update gzdoom-vulkan.patch for glslang 12
-------------------------------------------------------------------
Sun Dec 4 15:39:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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