From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/webgl/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 files/zh-cn/glossary/webgl/index.html (limited to 'files/zh-cn/glossary/webgl') diff --git a/files/zh-cn/glossary/webgl/index.html b/files/zh-cn/glossary/webgl/index.html new file mode 100644 index 0000000000..189bcb593d --- /dev/null +++ b/files/zh-cn/glossary/webgl/index.html @@ -0,0 +1,34 @@ +--- +title: WebGL +slug: Glossary/WebGL +tags: + - WebGL + - Web图像 + - 术语表 + - 编程脚本 + - 高级 +translation_of: Glossary/WebGL +--- +

WebGL (Web图形库) 是一个用于绘制交互式2D/3D图形的 {{Glossary("JavaScript")}} {{Glossary("API")}} ,基于 {{Glossary("OpenGL")}} ES 2.0 。

+ +

Khronos Group 负责WebGL的维护。

+ +

你可以在 {{Glossary("HTML")}} {{HTMLElement("canvas")}} 元素中调用WebGL。

+ +

目前所有主流 {{Glossary("Browser","浏览器")}} 都支持WebGL,即便如此,WebGL是否可用还是取决于硬件设备等其他因素(比如GPU是否支持WebGL)。

+ +

了解更多

+ +

常识

+ + + +

技术信息

+ + -- cgit v1.2.3-54-g00ecf