pixels/examples/custom-shader
Alex 0b380b637d
Allow accessing frame on immutable buffer ()
* Allow accessing frame on immutable buffer

* Rename `get_frame` to `get_frame_mut`

* Use `get_frame_mut` in examples
2022-08-14 15:44:23 -07:00
..
shaders Use Fused-Multiply-Add () 2021-12-31 15:40:12 -08:00
src Allow accessing frame on immutable buffer () 2022-08-14 15:44:23 -07:00
Cargo.toml Update dependencies () 2022-04-25 05:04:51 -07:00
README.md Add custom shader example () 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.