From: scygan Date: Wed, 18 May 2016 10:59:59 +0000 (+0200) Subject: Update glslang to (22e0d414) to include struct member and in/out struct decorations... X-Git-Tag: upstream/0.1.0~662^2~86^2~64^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00bfdbd0e682486c2c12f32315823739e2d17118;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang to (22e0d414) to include struct member and in/out struct decorations fixes This unblocks MR !558 --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 93635a5..2626e41 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -174,7 +174,7 @@ PACKAGES = [ "spirv-tools"), GitRepo( "https://github.com/KhronosGroup/glslang.git", - "3357d870e455005a3781743e77403572eefb60d7", + "22e0d41448487645ca4bdbab6b14034ed8c4f36f", "glslang"), ]