pixels/examples/custom-shader
Jay Oster b76ae1f7bc
Update winit to 0.25 (#168)
- Update winit
- Update egui_winit_platform
- Update imgui_winit_support
- Fix hyperlink and resize in `egui-winit` example
2021-05-29 02:18:48 -07:00
..
shaders Add custom shader example (#100) 2020-07-19 02:18:02 -07:00
src Update wgpu to 0.8 (#160) 2021-05-07 23:52:11 -07:00
Cargo.toml Update winit to 0.25 (#168) 2021-05-29 02:18:48 -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.