Tomaka17
|
bbcb4c8bea
|
Remove call to glFlush() before swap_buffers
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.
|
2014-10-29 19:01:58 +01:00 |
|
Tomaka17
|
2ff393fe62
|
Update for rustc and gl-rs
|
2014-10-22 11:23:21 +02:00 |
|
Tomaka17
|
e565bfeb13
|
Implement headless rendering
|
2014-10-09 15:55:42 +02:00 |
|
Tomaka17
|
0584ac184c
|
Vertex data for android is now static
|
2014-10-02 22:16:47 +02:00 |
|
Tomaka17
|
02ba9d33d7
|
Rename crate to glutin
|
2014-09-21 11:34:41 +02:00 |
|
Tomaka17
|
451b754e79
|
Add triangle to example
|
2014-09-12 10:20:15 +02:00 |
|
Tomaka17
|
3cad622ee8
|
Examples now using a support module to draw
|
2014-09-12 08:53:31 +02:00 |
|