pixels/examples/custom-shader
JMS55 f2d4a4f084
Upgrade to wgpu 0.7 (#134)
Co-authored-by: Jay Oster <jay@kodewerx.org>
2021-02-28 15:29:36 -08:00
..
shaders Add custom shader example (#100) 2020-07-19 02:18:02 -07:00
src Upgrade to wgpu 0.7 (#134) 2021-02-28 15:29:36 -08:00
Cargo.toml Update all dependencies (#130) 2021-01-05 18:20:36 -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.