Class VKLoader
Assembly: OpenTK.Graphics.dll
Syntax
public static class VKLoader
Fields
Instance
Declaration
public static VkInstance Instance
Field Value
| Type |
Description |
| VkInstance |
|
VulkanHandle
Declaration
public static nint VulkanHandle
Field Value
Methods
GetDeviceProcAddr(VkDevice, string)
Declaration
public static nint GetDeviceProcAddr(VkDevice device, string name)
Parameters
| Type |
Name |
Description |
| VkDevice |
device |
|
| string |
name |
|
Returns
GetInstanceProcAddress(VkInstance, string)
Declaration
public static nint GetInstanceProcAddress(VkInstance instance, string name)
Parameters
| Type |
Name |
Description |
| VkInstance |
instance |
|
| string |
name |
|
Returns
GetInstanceProcAddress(string)
Declaration
public static nint GetInstanceProcAddress(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
Init()
Declaration
public static void Init()
SetInstance(VkInstance)
Declaration
public static void SetInstance(VkInstance instance)
Parameters
| Type |
Name |
Description |
| VkInstance |
instance |
|