From 3505dd61633a04a90f8ff6a8087877c9465debe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Wed, 8 Feb 2023 01:41:47 +0000 Subject: [PATCH] fixed 1c7b160 from https://gitee.com/ge-yafang/docs/pulls/14376 update zh-cn/application-dev/reference/apis/js-apis-webgl.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- zh-cn/application-dev/reference/apis/js-apis-webgl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webgl.md b/zh-cn/application-dev/reference/apis/js-apis-webgl.md index 79e437f53c..95a00191c7 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-webgl.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webgl.md @@ -9,6 +9,8 @@ WebGL标准图形API,对应OpenGL ES 2.0特性集。更多信息请参考[WebG > 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 > > WebGL遵循OpenGL协议,不支持多线程调用。 +> +> 目前该功能仅支持使用兼容JS的类Web开发范式开发。 ## 调用方式 -- GitLab