Hans-Kristian Arntzen : vkd3d: Bump RootSignature version to 1.1.

Alexandre Julliard julliard at winehq.org
Tue Oct 22 12:22:17 CDT 2019


Module: vkd3d
Branch: master
Commit: c002aee119b638d30eeb7cdc91099449ccafeafc
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=c002aee119b638d30eeb7cdc91099449ccafeafc

Author: Hans-Kristian Arntzen <post at arntzen-software.no>
Date:   Wed Oct 16 13:05:42 2019 +0200

vkd3d: Bump RootSignature version to 1.1.

There appears to be a complete implementation of RS 1.1 already,
so enable this feature.

Signed-off-by: Hans-Kristian Arntzen <post at arntzen-software.no>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 libs/vkd3d/device.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libs/vkd3d/device.c b/libs/vkd3d/device.c
index 3da4273..d30c447 100644
--- a/libs/vkd3d/device.c
+++ b/libs/vkd3d/device.c
@@ -2512,8 +2512,7 @@ static HRESULT STDMETHODCALLTYPE d3d12_device_CheckFeatureSupport(ID3D12Device *
                 return E_INVALIDARG;
             }
 
-            FIXME("Root signature version 1_1 not supported yet.\n");
-            data->HighestVersion = D3D_ROOT_SIGNATURE_VERSION_1_0;
+            data->HighestVersion = D3D_ROOT_SIGNATURE_VERSION_1_1;
 
             TRACE("Root signature version %#x.\n", data->HighestVersion);
             return S_OK;




More information about the wine-cvs mailing list