Skip to content

Pipeline

Rendering pipeline stages and processing.

Files

  • compositor.hpp - Layer composition and blending
  • vertex_pipeline.hpp - Vertex processing stage
  • fragment_pipeline.hpp - Fragment processing stage
  • post_processing.hpp - Post-processing effects

Purpose

Defines the stages of the rendering pipeline. Handles vertex/fragment processing and final composition.