/// <inheritdoc /> public abstract unsafe int CreateWindowSurface(VkHandle instance, Window *window, void *allocator, VkHandle surface);
/// <inheritdoc /> public abstract bool GetPhysicalDevicePresentationSupport(VkHandle instance, VkHandle device, int queueFamily);
/// <inheritdoc /> public abstract unsafe IntPtr GetInstanceProcAddress(VkHandle instance, byte *procName);
public static extern int glfwCreateWindowSurface(VkHandle instance, Window *window, void *allocator, VkHandle surface);
public static extern int glfwGetPhysicalDevicePresentationSupport(VkHandle instance, VkHandle device, int queueFamily);
public static extern IntPtr glfwGetInstanceProcAddress(VkHandle instance, byte *procName);