pixels/examples/custom-shader
Jay Oster e08c91bfd2
Update to wgpu 0.10 (#187)
- It would be nice to return an error from the render function
- imgui-winit is still a WIP (open PR: https://github.com/Yatekii/imgui-wgpu-rs/pull/66)
- Update README

Co-authored-by: Mohammed Alyousef <mohammed.alyousef@neurosrg.com>
2021-09-01 14:50:43 -07:00
..
shaders Update to wgpu 0.9 (#179) 2021-06-27 11:09:29 -07:00
src Update to wgpu 0.10 (#187) 2021-09-01 14:50:43 -07:00
Cargo.toml Prepare 0.5.0 (#183) 2021-07-17 08:57: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.