pixels/examples/custom-shader
2021-06-08 07:09:58 -07:00
..
shaders Rewrite shaders in WGSL (#172) 2021-06-05 18:40:33 -07:00
src Minor improvement: only one shader module is necessary (#175) 2021-06-08 07:09:58 -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.