From a9dfe9ab5eb73da1eb432095526e921207e97716 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 16 Mar 2022 20:21:14 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/webgl/webgl-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/webgl/webgl-overview.md b/en/application-dev/webgl/webgl-overview.md index 0dabbaf506..2431360e9c 100644 --- a/en/application-dev/webgl/webgl-overview.md +++ b/en/application-dev/webgl/webgl-overview.md @@ -40,7 +40,7 @@ The WebGLProgram is a JavaScript object responsible for associating the shader w - Native APIs complete the interaction between JavaScript and C++ code. -- QuickJS and V8 are graphics frameworks that provide the **Surface** object for the WebGL module. +- JavaScript engine is a graphics framework that provides the **Surface** object for the WebGL module. - The WebGL module exposes the GPU drawing APIs of OpenGL ES. -- GitLab