This document provides an overview of WebGL capabilities including:
- Code can be written in JavaScript and shader languages
- Data can be loaded from HTTP or bundled in the DOM
- Textures like PNGs and JPEGs can be used
- Networking APIs allow features like Comet and WebSockets
- WebGL runs on the GPU avoiding bottlenecks
It also shares several demos of WebGL and provides resources for learning WebGL.