Step 1: The 2D viewing pipeline maps world coordinates to a viewport for display. One stage is clipping.
Step 2: Clipping keeps only the portion of the scene that falls inside the clip window, discarding anything outside it.
Step 3: This prevents drawing content beyond the viewing area, which saves work and avoids artifacts.
Step 4: So the clipping stage filters out parts of the image outside the defined viewing area.