diff --git a/en/application-dev/webgl/webgl-overview.md b/en/application-dev/webgl/webgl-overview.md index 0dabbaf506edc1d7218d11ddd7eb64efe541fb9b..2431360e9c750802e2a9ec27437255933a120a6c 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.