pixels/examples/custom-shader
JMS55 800dd931b7
Update to wgpu 0.11 (#209)
Co-authored-by: Jay Oster <jay@kodewerx.org>
2021-10-08 11:49:51 -07:00
..
shaders Update to wgpu 0.11 (#209) 2021-10-08 11:49:51 -07:00
src Update to wgpu 0.11 (#209) 2021-10-08 11:49:51 -07:00
Cargo.toml Add resolver = "2" to all examples (#192) 2021-09-01 21:48:51 -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.