viewport-lib 0.19.0

3D viewport rendering library
Documentation
1
2
3
4
5
6
7
8
9
10
/// Clustered-shading GPU resources (cluster grid + light index list + clear pass).
pub mod clustered;
/// GPU compute-filter pipeline for Clip/Threshold index compaction.
pub(crate) mod compute_filter;
/// Dynamic resolution intermediate render target.
pub(crate) mod dyn_res;
/// GPU particle systems: compute-driven emit + sim with sprite draw.
pub mod gpu_particles;
/// Hierarchical-Z max-depth pyramid for GPU occlusion culling.
pub(crate) mod hiz;