summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/declarations.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-09externals: Update Vulkan-HeadersReinUsesLisp1-0/+13
2019-02-12renderer_vulkan: Add declarations fileReinUsesLisp1-0/+45
This file is intended to be included instead of vulkan/vulkan.hpp. It includes declarations of unique handlers using a dynamic dispatcher instead of a static one (which would require linking to a Vulkan library).