summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/present/layer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam2024-02-091-5/+6
|
* video_core: defensively program around unmapped device pointersLiam2024-02-091-3/+5
|
* renderer_vulkan: implement layer stack compositionLiam2024-01-311-0/+336