add d3d9 lanczos2 shader
This commit is contained in:
parent
2a5bd91629
commit
e2ed1930c3
4 changed files with 1094 additions and 190 deletions
1241
inc/d3d9shader.h
1241
inc/d3d9shader.h
File diff suppressed because it is too large
Load diff
1
inc/dd.h
1
inc/dd.h
|
@ -39,6 +39,7 @@ HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOute
|
|||
#define FILTER_NEAREST 0
|
||||
#define FILTER_LINEAR 1
|
||||
#define FILTER_CUBIC 2
|
||||
#define FILTER_LANCZOS 3
|
||||
|
||||
#define SDM_MODE_SET_BY_GAME 0x00000001l
|
||||
#define SDM_LEAVE_WINDOWED 0x00000002l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue