 |
VulkanLoaderInitialize Method |
Initialize method loads Vulkan loader library and initializes the Vk class with the GetInstanceProcAddr function.
The method return a new instance of Vk object.
Namespace: Ab4d.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic static Vk Initialize(
string? customVulkanLoaderLibrary = null
)
Parameters
- customVulkanLoaderLibrary String (Optional)
-
Return Value
Vk
See Also