From ceb934c0dbd587c9a76e20d763c4f8c3ad78411d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=88=98?= <40414978+PatriceJiang@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:47:22 +0800 Subject: [PATCH] V3.3 clean ohos gles2ext (#159) * GLES2 * save * remove old --- ohos/arm64-v8a/ext/usr/include/patch/gl2ext.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ohos/arm64-v8a/ext/usr/include/patch/gl2ext.h diff --git a/ohos/arm64-v8a/ext/usr/include/patch/gl2ext.h b/ohos/arm64-v8a/ext/usr/include/patch/gl2ext.h new file mode 100644 index 00000000..415e153c --- /dev/null +++ b/ohos/arm64-v8a/ext/usr/include/patch/gl2ext.h @@ -0,0 +1,4 @@ +// OHOS + +#pragma once +#include "../../../../../../sources/khronos/GLES2/gl2ext.h" \ No newline at end of file