From 5e6c548e78d39909fe42993f4aac70a04649cc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Sat, 19 Mar 2022 07:39:54 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-webgl2.md. Signed-off-by: ge-yafang --- .../reference/apis/js-apis-webgl2.md | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 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 7a6147cd44..dbeff18735 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webgl2.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webgl2.md @@ -41,29 +41,33 @@ gl.clearColor(0.0, 0.0, 0.0, 1.0); ## Type +**系统能力**:以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。 + **表1** Type -| 名称 | 类型 | 说明 | -| -------- | -------- | -------- | -| GLenum | number | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| GLint64 | number | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| GLuint64 | number | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| Uint32List | array | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | +| 名称 | 类型 | +| -------- | -------- | +| GLenum | number | +| GLint64 | number | +| GLuint64 | number | +| Uint32List | array | ## Interface +**系统能力**:以下各项对应的系统能力均为 SystemCapability.Graphic.Graphic2D.WebGL2。 + **表2** Interface -| 名称 | 说明 | -| -------- | -------- | -| [WebGL2RenderingContextBase](#webgl2renderingcontextbase) | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| [WebGL2RenderingContextOverloads](#webgl2renderingcontextoverloads) | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| WebGLQuery | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| WebGLSampler | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| WebGLSync | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| WebGLTransformFeedback | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | -| WebGLVertexArrayObject | **系统能力:** SystemCapability.Graphic.Graphic2D.WebGL2 | +| 名称 | +| -------- | +| [WebGL2RenderingContextBase](#webgl2renderingcontextbase) | +| [WebGL2RenderingContextOverloads](#webgl2renderingcontextoverloads) | +| WebGLQuery | +| WebGLSampler | +| WebGLSync | +| WebGLTransformFeedback | +| WebGLVertexArrayObject | ## WebGL2RenderingContextBase -- GitLab