summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_smaa.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* renderer_vulkan: Use VMA for buffersGPUCode2023-06-181-7/+5
|
* renderer_vulkan: Use VMA for imagesGPUCode2023-06-181-18/+9
|
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-19/+18
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-18/+19
| | | | Signed-off-by: arades79 <scravers@protonmail.com>
* video_core: Integrate SMAALiam2022-12-081-0/+761
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>