summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/present/layer.cpp
AgeCommit message (Collapse)Author
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-09gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam
2024-02-09video_core: defensively program around unmapped device pointersLiam
2024-01-31renderer_vulkan: implement layer stack compositionLiam