| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-12 | vk_device: Abstract device handling into a class | ReinUsesLisp | |
| VKDevice contains all the data required to manage and initialize a physical device. Its intention is to be passed across Vulkan objects to query device-specific data (for example the logical device and the dispatch loader). | |||
| 2019-02-12 | renderer_vulkan: Add declarations file | ReinUsesLisp | |
| 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). | |||
