pixels/examples
Jay Oster 899e27bafa
Remove get_ and set_ prefixes from public APIs (#341)
This renames:

- `get_frame` to `frame`
- `get_frame_mut` to `frame_mut`
- `set_clear_color` to `clear_color`

Which more closely follows convention set by the standard library et al.
2023-03-09 19:42:57 -08:00
..
conway Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
custom-shader Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
imgui-winit Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
invaders Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
minimal-egui Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
minimal-fltk Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
minimal-tao Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
minimal-web Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
minimal-winit Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
raqote-winit Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00
tiny-skia-winit Remove get_ and set_ prefixes from public APIs (#341) 2023-03-09 19:42:57 -08:00