rust-gl-0.1.7 doesn't have any documentation.
RustGL
Rustgl is a rust wrapper around webgl.
The purpose of this api is to bring some of rusts safety features to webgl.
This includes :
- Program creation.
- Program binding.
- Buffer binding.
- Uniform and attribute binding.