Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile rasterization (coarse rasterization), and pixel rasterization (fine rasterization, which calls the pixel shaders).
gpu rasterization compute-shader software-rasterizer bin-rasterization pixel-rasterization tile-rasterization
- Updated
Mar 11, 2025 - C