Zebediah Figura : d3d10_1/tests: Add shader reflection tests.

Alexandre Julliard julliard at winehq.org
Thu Mar 3 16:06:41 CST 2022


Module: wine
Branch: master
Commit: 70754188101d2b07c3e85c2e7d955a7ab1e42314
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=70754188101d2b07c3e85c2e7d955a7ab1e42314

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Thu Mar  3 14:24:04 2022 +0100

d3d10_1/tests: Add shader reflection tests.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d10_1/tests/Makefile.in | 5 ++++-
 dlls/d3d10_1/tests/d3d10_1.c   | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dlls/d3d10_1/tests/Makefile.in b/dlls/d3d10_1/tests/Makefile.in
index 256bb407d41..9f36f4db76d 100644
--- a/dlls/d3d10_1/tests/Makefile.in
+++ b/dlls/d3d10_1/tests/Makefile.in
@@ -1,5 +1,8 @@
 TESTDLL = d3d10_1.dll
 IMPORTS = d3d10_1 user32
+EXTRADEFS = -DD3D_COMPILER_VERSION=0
+PARENTSRC = ../../d3dcompiler_43/tests
 
 C_SRCS = \
-	d3d10_1.c
+	d3d10_1.c \
+	reflection.c
diff --git a/dlls/d3d10_1/tests/d3d10_1.c b/dlls/d3d10_1/tests/d3d10_1.c
index 33abd919a03..3218b21b2f0 100644
--- a/dlls/d3d10_1/tests/d3d10_1.c
+++ b/dlls/d3d10_1/tests/d3d10_1.c
@@ -18,6 +18,7 @@
  */
 
 #define COBJMACROS
+#include "d3d10_1.h"
 #include "initguid.h"
 #include "d3d11_1.h"
 #include "wine/test.h"




More information about the wine-cvs mailing list