Esempio n. 1
0
 /// <inheritdoc />
 public abstract unsafe int CreateWindowSurface(VkHandle instance, Window *window, void *allocator, VkHandle surface);
Esempio n. 2
0
 /// <inheritdoc />
 public abstract bool GetPhysicalDevicePresentationSupport(VkHandle instance, VkHandle device, int queueFamily);
Esempio n. 3
0
 /// <inheritdoc />
 public abstract unsafe IntPtr GetInstanceProcAddress(VkHandle instance, byte *procName);
Esempio n. 4
0
 public static extern int glfwCreateWindowSurface(VkHandle instance, Window *window, void *allocator, VkHandle surface);
Esempio n. 5
0
 public static extern int glfwGetPhysicalDevicePresentationSupport(VkHandle instance, VkHandle device, int queueFamily);
Esempio n. 6
0
 public static extern IntPtr glfwGetInstanceProcAddress(VkHandle instance, byte *procName);