Lines Matching defs:surface
203 return "A surface is no longer available";
205 return "A swapchain no longer matches the surface properties exactly, but can still be used";
207 return "A surface has changed in such a way that it is no longer compatible with the swapchain";
288 "Vulkan: Window surface creation extensions not found");
300 VkSurfaceKHR* surface)
302 assert(surface != NULL);
304 *surface = VK_NULL_HANDLE;
318 "Vulkan: Window surface creation extensions not found");
325 "Vulkan: Window surface creation requires the window to have the client API set to GLFW_NO_API");
329 return _glfw.platform.createWindowSurface(instance, window, allocator, surface);