pixels/examples/custom-shader
Jay Oster a2c639823f
Update winit 0.27 (#302)
* Update winit 0.27

Closes #292

This _does not_ update `winit` in the `imgui-winit` example. See https://github.com/parasyte/pixels/pull/302#issuecomment-1264483040 for discussion.
2022-10-01 14:27:21 -07:00
..
shaders Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -07:00
src Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -07:00
Cargo.toml Update winit 0.27 (#302) 2022-10-01 14:27:21 -07:00
README.md Add custom shader example (#100) 2020-07-19 02:18:02 -07:00

Custom Shader Example

Custom Shader Example

Running

cargo run --release --package custom-shader

About

This example is based on minimal-winit, and extends it with a custom renderer that adds white noise to the screen.