For capturing highres screenshots when using resolution scaling.
Contributor guide
Tech stack
cpp
Domain
desktop
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Familiarity with C++Understanding of Xenia's rendering pipelineKnowledge of screenshot capture methods
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
25
Research direction
Start by examining the existing screenshot functionality in Xenia's codebase, likely in the renderer directories. Review the issue comments for any proposed approaches or pointers. Investigate how resolution scaling affects the framebuffer and identify the best point to capture the final output. Consider reading back the framebuffer via Vulkan or DirectX APIs.