Vulkan functions
+ Contains global Vulkan function pointers, only if the DVulkanGlobalFunctions version is selected. + + This file dynamically generates variables containing Vulkan function pointers using string mixins. + Each function has their original name (ex. dvulkan.global.vkGetInstanceProcAddr). + + If the DVulkanGlobalFunctions version is not specified, this module contains nothing.
Vulkan types.
DVulkan package. Publically imports dvulkan.types and dvulkan.functions.