summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_present.vert (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-30host_shaders: Add shaders to present to the swapchainReinUsesLisp1-9/+0
2019-12-16renderer_vulkan/shader: Add helper GLSL shadersReinUsesLisp1-0/+28
These shaders are used to specify code that is not dynamically generated in the Vulkan backend. Instead of packing it inside the build system, it's manually built and copied to the C++ file to avoid adding unnecessary build time dependencies. quad_array should be dropped in the future since it can be emulated with a memory pool generated from the CPU.