Ejemplo n.º 1
0
 public static extern int glfwGetPhysicalDevicePresentationSupport(VkHandle instance, VkHandle device, int queueFamily);
Ejemplo n.º 2
0
 public static extern int glfwCreateWindowSurface(VkHandle instance, Window *window, void *allocator, VkHandle surface);
Ejemplo n.º 3
0
 public static extern IntPtr glfwGetInstanceProcAddress(VkHandle instance, byte *procName);