pixels/examples/custom-shader
Jay Oster c1962ae35c
Update dependencies (#230)
* Move to Edition 2021
* Update `wgpu`, `raw-window-handle`, and all dependencies for the examples
* Update MSRV
* Closes #244
2021-12-31 14:57:57 -08:00
..
shaders Update dependencies (#230) 2021-12-31 14:57:57 -08:00
src Update dependencies (#230) 2021-12-31 14:57:57 -08:00
Cargo.toml Update dependencies (#230) 2021-12-31 14:57:57 -08: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.