Lines Matching refs:instance
107 "Vulkan: Failed to query instance extension count: %s",
121 "Vulkan: Failed to query instance extensions: %s",
248 GLFWAPI GLFWvkproc glfwGetInstanceProcAddress(VkInstance instance,
263 proc = (GLFWvkproc) vkGetInstanceProcAddr(instance, procname);
273 GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance,
279 assert(instance != VK_NULL_HANDLE);
292 return _glfw.platform.getPhysicalDevicePresentationSupport(instance,
297 GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance,
310 assert(instance != VK_NULL_HANDLE);
329 return _glfw.platform.createWindowSurface(instance, window, allocator, surface);