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: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
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