d3dx9: Add D3DXAssembleShader tests.

This commit is contained in:
Matteo Bruni 2009-09-16 00:41:33 +02:00 committed by Alexandre Julliard
parent 76e0090565
commit c6af1f5cd4
5 changed files with 1417 additions and 0 deletions

View File

@ -6,6 +6,7 @@ TESTDLL = d3dx9_36.dll
IMPORTS = d3dx9 d3d9 user32 gdi32 kernel32
CTESTS = \
asm.c \
core.c \
math.c \
mesh.c \

1409
dlls/d3dx9_36/tests/asm.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
#define REGISTER r0
vs.1.1

View File

@ -23,4 +23,6 @@
#define IDD_BITMAPDATA_1x1 11
#define IDS_STRING 12
#define IDB_ASMSHADER 20
#endif /* __WINE_D3DX9_36_TEST_RESOURCES_H */

View File

@ -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