From f0833d6870ed4b65a4b0dde3eaca4faa93f731e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=87=AF?= Date: Fri, 2 Feb 2024 09:08:52 +0000 Subject: [PATCH] fixed 3c06425 from https://gitee.com/king-kai-wang/interface_sdk_c/pulls/290 update third_party/openGLES/README.OpenSource. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王凯 --- third_party/openGLES/README.OpenSource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/openGLES/README.OpenSource b/third_party/openGLES/README.OpenSource index 4190828d4..82565035b 100644 --- a/third_party/openGLES/README.OpenSource +++ b/third_party/openGLES/README.OpenSource @@ -3,7 +3,7 @@ "Name": "openGLES", "License": "Apache-2.0", "License File": "NOTICE", - "Version Number": "a301c9b4600e4074008b93fba17744a859fb763b", + "Version Number": "63161d674db04a96635c6ab300db793e83f6762c", "Owner": "lizheng2@huawei.com", "Upstream URL": "https://github.com/KhronosGroup/OpenGL-Registry.git", "Description": "The OpenGL ES registry contains specifications of the core API and shading language; specifications of Khronos- and vendor-approved OpenGL ES extensions; header files corresponding to the specificatio" -- Gitee