pixels/examples/custom-shader
Jay Oster bd2de37b84
Use Fused-Multiply-Add (#232)
- There are a few places in the `simple-invaders` crate that could use
  `f32::mul_add()` as well.
2021-12-04 09:08:29 -08:00
..
shaders Use Fused-Multiply-Add (#232) 2021-12-04 09:08:29 -08:00
src Simplify vertex attributes (#228) 2021-11-20 14:06:23 -08:00
Cargo.toml Add resolver = "2" to all examples (#192) 2021-09-01 21:48:51 -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.