Click or drag to resize
Ab4d.SharpEngine logo

VulkanLoader Class

VulkanLoader is used to load Vulkan loader library and initialize the Vk class with the GetInstanceProcAddr function.
Inheritance Hierarchy
SystemObject
  Ab4d.VulkanVulkanLoader

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public static class VulkanLoader

The VulkanLoader type exposes the following members.

Methods
 NameDescription
Public methodStatic memberInitialize Initialize method loads Vulkan loader library and initializes the Vk class with the GetInstanceProcAddr function. The method return a new instance of Vk object.
Top
See Also