DVulkanDerelictLoader

Loader using Derelict to load the Vulkan shared library.

version(DVulkanDerelict)
class DVulkanDerelictLoader : SharedLibLoader {}

Members

Functions

getInitializationFunctions
VulkanFunctions getInitializationFunctions()

Returns initialization function pointers from the shared library. See VulkanFunctions.loadInitializationFunctions.

loadInitializationFunctions
void loadInitializationFunctions()

Loads initialization function pointers from the shared library to the global functions. See VulkanFunctions.loadInitializationFunctions.

Meta