14 lines
276 B
Markdown
14 lines
276 B
Markdown
|
# Custom Shader Example
|
||
|
|
||
|
![Custom Shader Example](../../img/custom-shader.png)
|
||
|
|
||
|
## Running
|
||
|
|
||
|
```bash
|
||
|
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.
|