mini_gl_fb/src
LoganDark db2f86ce15
Add wakeup support (#7)
* Add wakeup support

This also fixes a bug (the `glutin_handle_basic_input` callback was never actually given mutable access to the `BasicInput`, so there's no way it could have set `BasicInput::wait` anyway).

Glad I got that before the 0.8 release, phew.

* Fix bug in reschedule_wakeup

* Fix adjust_wakeup
2021-02-21 21:10:27 -05:00
..
breakout.rs Add wakeup support (#7) 2021-02-21 21:10:27 -05:00
config.rs Building a Config cannot fail 2021-01-22 16:45:11 -08:00
core.rs Add wakeup support (#7) 2021-02-21 21:10:27 -05:00
default_fragment_shader.glsl Add use_post_process_shader support 2018-07-28 14:56:48 -04:00
default_vertex_shader.glsl Allow switching out the default shaders 2018-05-31 21:58:36 -04:00
grayscale_fragment_shader.glsl Add use_post_process_shader support 2018-07-28 14:56:48 -04:00
lib.rs Add wakeup support (#7) 2021-02-21 21:10:27 -05:00