Lines Matching defs:instance
1290 wc.hInstance = _glfw.win32.instance;
1396 _glfw.win32.instance,
2526 GLFWbool _glfwGetPhysicalDevicePresentationSupportWin32(VkInstance instance,
2533 vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceWin32PresentationSupportKHR");
2537 "Win32: Vulkan instance missing VK_KHR_win32_surface extension");
2544 VkResult _glfwCreateWindowSurfaceWin32(VkInstance instance,
2554 vkGetInstanceProcAddr(instance, "vkCreateWin32SurfaceKHR");
2558 "Win32: Vulkan instance missing VK_KHR_win32_surface extension");
2564 sci.hinstance = _glfw.win32.instance;
2567 err = vkCreateWin32SurfaceKHR(instance, &sci, allocator, surface);