A learning project for understanding the GPU pipeline better.
Features:
- Vertex & fragment shader (in rust)
- Perspective correct interpolation (e.g. texture coordinates)
- MSAA
- Triangle clipping & reconstruction
- Bilinear texture filtering
Run with cargo run --release
.