pixels/examples/custom-shader
Jay Oster 3891192796
Update dependencies (#337)
Breaking changes:

- Updates `wgpu` to 0.16
2023-06-11 21:25:25 -07:00
..
shaders Use type inference in custom_shader WGSL (#334) 2023-01-28 11:00:51 -08:00
src Update dependencies (#337) 2023-06-11 21:25:25 -07:00
Cargo.toml Update dependencies (#337) 2023-06-11 21:25:25 -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.