VulkanFunctions.loadDeviceFunctions

Loads functions specific for a device. This loads all Vulkan functions that take a VkDevice, VkQueue, or VkCommandBuffer as their first argument. The functions may only be used with the passed-in device, and should be free of dispatching overhead. Sets device to the passed-in device.

struct VulkanFunctions
void
loadDeviceFunctions
(
VkDevice device
)

Meta