pixels/examples/custom-shader
Jay Oster 70ff52948b
Refactor builder (#128)
* Refactor PixelsBuilder into its own module

* Remove HasRawWindowHandle from public interface
2020-12-13 19:15:00 -08:00
..
shaders Add custom shader example (#100) 2020-07-19 02:18:02 -07:00
src Refactor builder (#128) 2020-12-13 19:15:00 -08:00
Cargo.toml Add custom shader example (#100) 2020-07-19 02:18:02 -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.