mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Update D3D9
This commit is contained in:
parent
8eed4c38cf
commit
d220ce5870
@ -195,11 +195,9 @@ typedef interface IDirect3DVolume9 IDirect3DVolume9;
|
||||
typedef interface IDirect3DSwapChain9 IDirect3DSwapChain9;
|
||||
typedef interface IDirect3DQuery9 IDirect3DQuery9;
|
||||
|
||||
|
||||
#include "d3d9types.h"
|
||||
#include "d3d9caps.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -634,7 +634,7 @@ typedef enum _D3DTEXTUREFILTERTYPE
|
||||
D3DTEXF_LINEAR = 2, /* linear interpolation */
|
||||
D3DTEXF_ANISOTROPIC = 3, /* anisotropic */
|
||||
D3DTEXF_PYRAMIDALQUAD = 6, /* 4-sample tent */
|
||||
D3DTEXF_GAUSSIANQUAD = 7 /* 4-sample gaussian */
|
||||
D3DTEXF_GAUSSIANQUAD = 7, /* 4-sample gaussian */
|
||||
|
||||
/* D3D9Ex only -- */
|
||||
#if !defined(D3D_DISABLE_9EX)
|
||||
|
Loading…
Reference in New Issue
Block a user