=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: tests: Fix domain shader code in test_tessellation_dcl_index_range().

Alexandre Julliard julliard at winehq.org
Tue Feb 26 15:13:20 CST 2019


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Tue Feb 26 12:28:00 2019 +0100

tests: Fix domain shader code in test_tessellation_dcl_index_range().

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tests/d3d12.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/d3d12.c b/tests/d3d12.c
index 24db7a8..5ae8511 100644
--- a/tests/d3d12.c
+++ b/tests/d3d12.c
@@ -22815,9 +22815,9 @@ static void test_tessellation_dcl_index_range(void)
     static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)};
     static const DWORD ds_code[] =
     {
-        0x43425844, 0xeb6b7631, 0x07f5469e, 0xed0cbf4a, 0x7158b3a6, 0x00000001, 0x00000284, 0x00000004,
+        0x43425844, 0x4f187d50, 0x6743fe93, 0x10dfbe63, 0xf8cfd202, 0x00000001, 0x00000284, 0x00000004,
         0x00000030, 0x00000064, 0x00000128, 0x0000015c, 0x4e475349, 0x0000002c, 0x00000001, 0x00000008,
-        0x00000020, 0x00000000, 0x00000000, 0x00000003, 0x00000000, 0x00000f0f, 0x505f5653, 0x5449534f,
+        0x00000020, 0x00000000, 0x00000001, 0x00000003, 0x00000000, 0x00000f0f, 0x505f5653, 0x5449534f,
         0x004e4f49, 0x47534350, 0x000000bc, 0x00000006, 0x00000008, 0x00000098, 0x00000000, 0x0000000b,
         0x00000003, 0x00000000, 0x00000001, 0x00000098, 0x00000001, 0x0000000b, 0x00000003, 0x00000001,
         0x00000001, 0x00000098, 0x00000002, 0x0000000b, 0x00000003, 0x00000002, 0x00000001, 0x00000098,




More information about the wine-cvs mailing list