From d7e9d7ad590c3b38a13a9057522fc305e8639625 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 18 Oct 2019 18:35:04 +0200 Subject: [PATCH] DX12 multi-viewports done --- Help-Wanted.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Help-Wanted.md b/Help-Wanted.md index 647423d..62be7d6 100644 --- a/Help-Wanted.md +++ b/Help-Wanted.md @@ -24,7 +24,6 @@ Currently looking for help with those things. - Mobile: Wanted imgui_impl_ios.cpp Platform Binding+Example for iOS (+ use existing renderer). - Mobile: Wanted imgui_impl_android.cpp Platform Binding+Example for Android (+ use existing renderer). - Web: Wanted imgui_impl_emscripten.cpp Platform Binding+Example for Emscripten (+ use existing renderer to create a new example). ([#336](https://github.com/ocornut/imgui/pull/336)) -- Viewport: DirectX12 bindings needs multi-viewport support (see Viewport branch and [#1542](https://github.com/ocornut/imgui/issues/1542)). - Viewport: Vulkan bindings needs to fix multi-viewport support (see Viewport branch and [#1542](https://github.com/ocornut/imgui/issues/1542)): currently has Present issues. - Viewport: Metal bindings needs multi-viewport support (see Viewport branch and [#1542](https://github.com/ocornut/imgui/issues/1542)).