forked from pool/gzdoom
adapt gzdoom-vulkan.patch to work with multiple glslang versions
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=86
This commit is contained in:
parent
46b5cc7440
commit
c74005eaaa
@ -6,8 +6,8 @@ Use Vulkan/glslang/spirv system libraries instead of bundled code.
|
||||
---
|
||||
CMakeLists.txt | 4 +---
|
||||
src/CMakeLists.txt | 2 +-
|
||||
src/common/rendering/vulkan/system/vk_builders.cpp | 2 ++
|
||||
3 files changed, 4 insertions(+), 4 deletions(-)
|
||||
src/common/rendering/vulkan/system/vk_builders.cpp | 4 ++++
|
||||
3 files changed, 6 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: gzdoom-g4.8.2/CMakeLists.txt
|
||||
===================================================================
|
||||
@ -49,11 +49,13 @@ Index: gzdoom-g4.8.2/src/common/rendering/vulkan/system/vk_builders.cpp
|
||||
|
||||
static const TBuiltInResource DefaultTBuiltInResource = {
|
||||
/* .MaxLights = */ 32,
|
||||
@@ -119,6 +120,7 @@ static const TBuiltInResource DefaultTBu
|
||||
@@ -119,6 +120,9 @@ static const TBuiltInResource DefaultTBu
|
||||
/* .maxTaskWorkGroupSizeY_NV = */ 1,
|
||||
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
|
||||
/* .maxMeshViewCountNV = */ 4,
|
||||
+#if GLSLANG_VERSION_MAJOR == 11 && GLSLANG_VERSION_MINOR >= 12
|
||||
+ 256, 256, 128, 128, 128, 128, 128, 128, 4,
|
||||
+#endif
|
||||
/* .maxDualSourceDrawBuffersEXT = */ 1,
|
||||
|
||||
/* .limits = */ {
|
||||
|
@ -50,7 +50,7 @@ BuildRequires: pkgconfig(sdl2) >= 2.0.6
|
||||
BuildRequires: pkgconfig(vpx)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: glslang-devel >= 11.12
|
||||
BuildRequires: glslang-devel >= 11.10
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.2.162
|
||||
%else
|
||||
Provides: bundled(glslang) = 11.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user