Update D3D9

This commit is contained in:
twinaphex 2017-04-19 18:58:01 +02:00
parent 8eed4c38cf
commit d220ce5870
2 changed files with 1 additions and 3 deletions

View File

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

View File

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