aboutsummaryrefslogtreecommitdiffstats
path: root/community/shaderc/enum.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-06 16:45:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-06 19:55:39 +0000
commit4e7fdd5d69bac468e3f4d2a1ad135393d88cbe68 (patch)
tree99ebb754026fee7292615e08b6639a29bc39a232 /community/shaderc/enum.patch
parentba07ae1cbe544805d42f023358c9d22c53b625cb (diff)
downloadaports-4e7fdd5d69bac468e3f4d2a1ad135393d88cbe68.tar.bz2
aports-4e7fdd5d69bac468e3f4d2a1ad135393d88cbe68.tar.xz
community/shaderc: upgrade to 2020.0
Diffstat (limited to 'community/shaderc/enum.patch')
-rw-r--r--community/shaderc/enum.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/shaderc/enum.patch b/community/shaderc/enum.patch
deleted file mode 100644
index c4fe9629b5..0000000000
--- a/community/shaderc/enum.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 3d99fad173cc0c00d370eeb6663784fc67efd480 Mon Sep 17 00:00:00 2001
-From: David Neto <dneto@google.com>
-Date: Fri, 24 Jan 2020 15:41:21 -0500
-Subject: [PATCH] Handle new Glslang profile enum in switch (#973)
-
-* Handle new Glslang profile enum in switch
----
- libshaderc/src/shaderc.cc | 1 +
- 1 files changed, 1 insertions(+), 0 deletion(-)
-
-diff --git a/libshaderc/src/shaderc.cc b/libshaderc/src/shaderc.cc
-index abbab548..fe57c76b 100644
---- a/libshaderc/src/shaderc.cc
-+++ b/libshaderc/src/shaderc.cc
-@@ -779,6 +779,7 @@ bool shaderc_parse_version_profile(const char* str, int* version,
- *profile = shaderc_profile_none;
- return true;
- case EBadProfile:
-+ case EProfileCount:
- return false;
- }
-
-