Commit 70754188 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

d3d10_1/tests: Add shader reflection tests.

parent a27dfbe7
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
......@@ -18,6 +18,7 @@
*/
#define COBJMACROS
#include "d3d10_1.h"
#include "initguid.h"
#include "d3d11_1.h"
#include "wine/test.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment