Commit c6af1f5c authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dx9: Add D3DXAssembleShader tests.

parent 76e00905
......@@ -6,6 +6,7 @@ TESTDLL = d3dx9_36.dll
IMPORTS = d3dx9 d3d9 user32 gdi32 kernel32
CTESTS = \
asm.c \
core.c \
math.c \
mesh.c \
......
#define REGISTER r0
vs.1.1
......@@ -23,4 +23,6 @@
#define IDD_BITMAPDATA_1x1 11
#define IDS_STRING 12
#define IDB_ASMSHADER 20
#endif /* __WINE_D3DX9_36_TEST_RESOURCES_H */
......@@ -26,3 +26,6 @@ STRINGTABLE
/* @makedep: bmp1x1.bmp */
IDB_BITMAP_1x1 BITMAP bmp1x1.bmp
IDD_BITMAPDATA_1x1 RCDATA bmp1x1.bmp
/* @makedep: res.vsh */
IDB_ASMSHADER RCDATA res.vsh
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