Skip to content

Commit

Permalink
Update the API TOC in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkaman authored Jul 19, 2016
1 parent 14c91b2 commit bc91c5a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ You can run benchmarks locally using `npm run bench` or check them out here:
## [API](API.md)

* [Initialization](API.md#initialization)
* [As a fullscreen canvas](API.md#as-a-fullscreen-canvas)
* [From a container div](API.md#from-a-container-div)
* [From a canvas](API.md#from-a-canvas)
* [From a WebGL context](API.md#from-a-webgl-context)
- [As a fullscreen canvas](API.md#as-a-fullscreen-canvas)
- [From a container div](API.md#from-a-container-div)
- [From a canvas](API.md#from-a-canvas)
- [From a WebGL context](API.md#from-a-webgl-context)
+ [Initialization options](API.md#initialization-options)
* [Commands](API.md#commands)
+ [Executing commands](API.md#executing-commands)
Expand All @@ -565,13 +565,14 @@ You can run benchmarks locally using `npm run bench` or check them out here:
+ [Inputs](API.md#inputs)
- [Context](API.md#context)
- [Props](API.md#props)
- [`this`](API.md#-this-)
- [`this`](API.md#this)
+ [Parameters](API.md#parameters)
- [Shaders](API.md#shaders)
- [Uniforms](API.md#uniforms)
- [Attributes](API.md#attributes)
- [Drawing](API.md#drawing)
- [Render target](API.md#render-target)
- [Profiling](API.md#profiling)
- [Depth buffer](API.md#depth-buffer)
- [Blending](API.md#blending)
- [Stencil](API.md#stencil)
Expand Down Expand Up @@ -605,7 +606,7 @@ You can run benchmarks locally using `npm run bench` or check them out here:
- [Constructor](API.md#constructor-4)
- [Update](API.md#update-4)
- [Destroy](API.md#destroy-4)
+ [Frame buffers](API.md#frame-buffers)
+ [Framebuffers](API.md#framebuffers)
- [Constructor](API.md#constructor-5)
- [Update](API.md#update-5)
- [Destroy](API.md#destroy-5)
Expand All @@ -623,7 +624,7 @@ You can run benchmarks locally using `npm run bench` or check them out here:
+ [Context loss](API.md#context-loss)
+ [Unsafe escape hatch](API.md#unsafe-escape-hatch)
* [Tips](API.md#tips)
+ [Reuse resources (buffers, elements, textures, etc.)](API.md#reuse-resources--buffers--elements--textures--etc-)
+ [Reuse resources (API.mdbuffers, elements, textures, etc.)](API.md#reuse-resources--buffers--elements--textures--etc-)
+ [Preallocate memory](API.md#preallocate-memory)
+ [Debug vs release](API.md#debug-vs-release)
+ [Context loss mitigation](API.md#context-loss-mitigation)
Expand Down

0 comments on commit bc91c5a

Please sign in to comment.