 |
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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static Vk Initialize(
string? customVulkanLoaderLibrary = null
)
Parameters
- customVulkanLoaderLibrary String (Optional)
-
Return Value
Vk
See Also