From e5efcc3c1d7362b65517778992a5ea8f23f340a4 Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 23 Dec 2016 11:41:43 +0100 Subject: [PATCH] Update extensions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2ed4263..f40e9ed 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,18 @@ let swapchain = swapchain_ext.create_swapchain_khr(&swapchain_create_info).unwra ## Roadmap +### Extensions +- [x] Swapchain +- [x] Surface +- [x] XlibSurface +- [x] DebugReport +- [] Win32Surface +- [] MirSurface +- [] XcbSurface +- [] AndroidSurface +- [] WaylandSurface +- [] Display + ### Complete ### In progress