Function VkLoadDevice#
Defined in File VulkanLoader.h
Function Documentation#
-
void VkLoadDevice(VkDevice device)#
Load global function pointers using application-created VkDevice; call this function after creating the Vulkan device.
Note
This is not suitable for applications that want to use multiple VkDevice objects concurrently.
- Parameters:
device – VkDevice to load functions with.