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: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.VulkanLoader"]

See Also