From 0c3065c9eb52bb337d89e2fa6ac9ef0ecc94ae15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Tue, 5 Jul 2022 04:57:32 +0000 Subject: [PATCH] fixed 4a9b9e2 from https://gitee.com/ge-yafang/docs/pulls/6319 update zh-cn/application-dev/reference/apis/js-apis-webgl2.md. Signed-off-by: @ge-yafang --- zh-cn/application-dev/reference/apis/js-apis-webgl2.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-webgl2.md b/zh-cn/application-dev/reference/apis/js-apis-webgl2.md index 413090964f..c57f9b87dd 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webgl2.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webgl2.md @@ -1,10 +1,15 @@ -# webgl2 +# WebGL2 + +WebGL2支持图形的绘制,包括对当前绘制图形的位置、颜色等进行处理,其中相对WebGL来说对渲染管道和着色语言进行了增强。 + +WebGL标准图形API,对应OpenGL ES 3.0特性集。更多信息请参考[WebGL™标准](https://www.khronos.org/registry/webgl/specs/latest/2.0/)。 > **说明:** +> > 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 -WebGL标准图形API,对应OpenGL ES 3.0特性集。更多信息请参考[WebGL™标准](https://www.khronos.org/registry/webgl/specs/latest/2.0/)。 + ## 调用方式 -- GitLab