d3dx9: Add D3DXAssembleShader tests.
This commit is contained in:
parent
76e0090565
commit
c6af1f5cd4
@ -6,6 +6,7 @@ TESTDLL = d3dx9_36.dll
|
|||||||
IMPORTS = d3dx9 d3d9 user32 gdi32 kernel32
|
IMPORTS = d3dx9 d3d9 user32 gdi32 kernel32
|
||||||
|
|
||||||
CTESTS = \
|
CTESTS = \
|
||||||
|
asm.c \
|
||||||
core.c \
|
core.c \
|
||||||
math.c \
|
math.c \
|
||||||
mesh.c \
|
mesh.c \
|
||||||
|
1409
dlls/d3dx9_36/tests/asm.c
Normal file
1409
dlls/d3dx9_36/tests/asm.c
Normal file
File diff suppressed because it is too large
Load Diff
2
dlls/d3dx9_36/tests/res.vsh
Normal file
2
dlls/d3dx9_36/tests/res.vsh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#define REGISTER r0
|
||||||
|
vs.1.1
|
@ -23,4 +23,6 @@
|
|||||||
#define IDD_BITMAPDATA_1x1 11
|
#define IDD_BITMAPDATA_1x1 11
|
||||||
#define IDS_STRING 12
|
#define IDS_STRING 12
|
||||||
|
|
||||||
|
#define IDB_ASMSHADER 20
|
||||||
|
|
||||||
#endif /* __WINE_D3DX9_36_TEST_RESOURCES_H */
|
#endif /* __WINE_D3DX9_36_TEST_RESOURCES_H */
|
||||||
|
@ -26,3 +26,6 @@ STRINGTABLE
|
|||||||
/* @makedep: bmp1x1.bmp */
|
/* @makedep: bmp1x1.bmp */
|
||||||
IDB_BITMAP_1x1 BITMAP bmp1x1.bmp
|
IDB_BITMAP_1x1 BITMAP bmp1x1.bmp
|
||||||
IDD_BITMAPDATA_1x1 RCDATA bmp1x1.bmp
|
IDD_BITMAPDATA_1x1 RCDATA bmp1x1.bmp
|
||||||
|
|
||||||
|
/* @makedep: res.vsh */
|
||||||
|
IDB_ASMSHADER RCDATA res.vsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user