WebGL Resources

规范

WebGL1.0规范
https://www.khronos.org/registry/webgl/specs/latest/1.0/
WebGL2.0规范
https://www.khronos.org/registry/webgl/specs/latest/2.0/
WebGL1.0的GLSL规范https://www.khronos.org/registry/OpenGL/specs/es/2.0/GLSL_ES_Specification_1.00.pdf
WebGL2的GLSL规范
https://www.khronos.org/registry/OpenGL/specs/es/3.0/GLSL_ES_Specification_3.00.pdf

API

MDN WebGL教程
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
WebGL1.0 API接口
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
WebGL2.0 API接口
https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext
WebGL Report
http://webglreport.com/?v=2

Books

你可能感兴趣的:(WebGL Resources)