Updated GLFW 4.0 sketchbook (markdown)

Camilla Berglund 2016-03-02 16:47:39 +01:00
parent 366ba1655e
commit c09e882ae7

@ -21,4 +21,5 @@
- Unify `GLFW*proc` to `GLFWproc` - Unify `GLFW*proc` to `GLFWproc`
- Add `APIENTRY` to `GLFWproc` - Add `APIENTRY` to `GLFWproc`
- Sane function pointer typedefs - Sane function pointer typedefs
- Move to enums for tokens - Move to enums for tokens
- Add return value error indication where possible