Fixed texture filtering modes.
This commit is contained in:
parent
c12ec5ff7e
commit
96a5583f3b
4 changed files with 126 additions and 117 deletions
|
@ -10,7 +10,8 @@ typedef struct DIRECTDRAWSURFACE
|
|||
|
||||
int w;
|
||||
int h;
|
||||
unsigned char *data;
|
||||
|
||||
int filter;
|
||||
} DIRECTDRAWSURFACE;
|
||||
|
||||
typedef DIRECTDRAWSURFACE * LPDIRECTDRAWSURFACE;
|
||||
|
@ -22,17 +23,13 @@ typedef struct DIRECT3DTEXTURE
|
|||
|
||||
int w;
|
||||
int h;
|
||||
unsigned char *data;
|
||||
|
||||
int filter;
|
||||
} DIRECT3DTEXTURE;
|
||||
|
||||
typedef DIRECT3DTEXTURE * LPDIRECT3DTEXTURE;
|
||||
typedef DIRECT3DTEXTURE D3DTexture;
|
||||
|
||||
//typedef struct D3DTEXTUREHANDLE
|
||||
//{
|
||||
// int x;
|
||||
//} D3DTEXTUREHANDLE;
|
||||
|
||||
typedef int D3DTEXTUREHANDLE;
|
||||
|
||||
#endif /* _INCLUDED_AW_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue