summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/declarations.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: Update Vulkan-HeadersReinUsesLisp2019-12-091-0/+13
|
* renderer_vulkan: Add declarations fileReinUsesLisp2019-02-121-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).