Function VkLoadInstanceOnly#
Defined in File VulkanLoader.h
Function Documentation#
-
void VkLoadInstanceOnly(VkInstance instance)#
Load global function pointers using application-created VkInstance; call this function after creating the Vulkan instance. Skips loading device-based function pointers, requires usage of VkLoadDevice afterwards.
- Parameters:
instance – VkInstance to load functions with.