From 2c0982b45c9079acd2e6f18672f4a20de5c4ae4e Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Wed, 22 Mar 2017 09:53:17 +0100 Subject: [PATCH] Update KC reference Bring in fixes that remove and delete GL/* and GLES*/* headers now that they aren't needed any longer in GTF VK-GL-CTS issue: 196 Change-Id: I9a42104a5e93b287355db17bcb1120e102827c76 Components: Framework --- external/fetch_kc_cts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/fetch_kc_cts.py b/external/fetch_kc_cts.py index 87b96c4..9d74f2a 100644 --- a/external/fetch_kc_cts.py +++ b/external/fetch_kc_cts.py @@ -32,7 +32,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..", "scripts")) from build.common import * EXTERNAL_DIR = os.path.realpath(os.path.normpath(os.path.dirname(__file__))) -SHA1 = "b5ecd80c67b0d4862ff24a191b3e31252ad84134" +SHA1 = "6e8536f473773aa97edf3692609b8fae6d22be09" PACKAGES = [ GitRepo( -- 2.7.4