pixels/examples/custom-shader
Jay Oster 051a523ee6
Update wgpu to 0.13 (#300)
* Intial work towards wgpu 0.13

* Increase MSRV for egui

* Add missing texture formats

* Update fermium

- Replaces beryllium with our own hand-rolled high-level abstraction
  layer for SDL2.

* Update dependencies

Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
2022-08-17 17:30:04 -07:00
..
shaders Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -07:00
src Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -07:00
Cargo.toml Update wgpu to 0.13 (#300) 2022-08-17 17:30:04 -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.