Fix benchmarks for latest glium/glutin API
[mandelwow.git] / shaded_cube.rs
2020-01-11 Bernie InnocentiCleanly separate rendering and event handling
2018-12-27 Bernie InnocentiSwitch to Rusr 2018!
2017-07-08 Bernie InnocentiLoad shaders to shaders/
2017-06-29 Bernie InnocentiFix style warnings from clippy.
2017-06-26 Bernie InnocentiDraw the cubes using flat shading and fewer vertexes.
2017-05-08 Bernie InnocentiUse culling to draw sea of cubes.
2017-05-07 Bernie InnocentiPrecompute perspective * projection for the cubes.
2017-05-07 Bernie InnocentiDelete some commented out code.
2017-05-06 Bernie InnocentiAdd a sea shaded cubes, just because. No big deal ...