aboutsummaryrefslogtreecommitdiffstats
path: root/examples/support
Commit message (Collapse)AuthorAgeFilesLines
* Update for rust alpha 1.0Pierre Krieger2015-01-101-1/+1
|
* Update for RustcPierre Krieger2015-01-081-7/+4
|
* Update for RustcPierre Krieger2015-01-031-1/+1
|
* Update for gl_generator's changesPierre Krieger2014-12-241-12/+2
|
* Update for changes in gl-rsTomaka172014-11-051-31/+35
|
* Remove call to glFlush() before swap_buffersTomaka172014-10-291-0/+4
| | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin.
* Update for rustc and gl-rsTomaka172014-10-221-2/+12
|
* Implement headless renderingTomaka172014-10-091-0/+2
|
* Vertex data for android is now staticTomaka172014-10-021-8/+9
|
* Rename crate to glutinTomaka172014-09-211-2/+2
|
* Add triangle to exampleTomaka172014-09-121-1/+45
|
* Examples now using a support module to drawTomaka172014-09-121-0/+32