未验证 提交 ac57e9c8 编写于 作者: 葛亚芳 提交者: Gitee

update en/application-dev/webgl/webgl-guidelines.md.

Signed-off-by: N@ge-yafang <geyafang@huawei.com>
上级 4e44d0dd
...@@ -669,7 +669,7 @@ To use WebGL to draw a color triangle (GPU drawing), perform the following steps ...@@ -669,7 +669,7 @@ To use WebGL to draw a color triangle (GPU drawing), perform the following steps
// Initialize the shader. // Initialize the shader.
if (!initShaders(gl, VSHADER_SOURCE, FSHADER_SOURCE)) { if (!initShaders(gl, VSHADER_SOURCE, FSHADER_SOURCE)) {
console.log('Failed to intialize shaders.'); console.log('Failed to initialize shaders.');
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册