Pipeline¶
Rendering pipeline stages and processing.
Files¶
compositor.hpp- Layer composition and blendingvertex_pipeline.hpp- Vertex processing stagefragment_pipeline.hpp- Fragment processing stagepost_processing.hpp- Post-processing effects
Purpose¶
Defines the stages of the rendering pipeline. Handles vertex/fragment processing and final composition.