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 IDirect3DSwapChain9 IDirect3DSwapChain9;
|
||||||
typedef interface IDirect3DQuery9 IDirect3DQuery9;
|
typedef interface IDirect3DQuery9 IDirect3DQuery9;
|
||||||
|
|
||||||
|
|
||||||
#include "d3d9types.h"
|
#include "d3d9types.h"
|
||||||
#include "d3d9caps.h"
|
#include "d3d9caps.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -634,7 +634,7 @@ typedef enum _D3DTEXTUREFILTERTYPE
|
||||||
D3DTEXF_LINEAR = 2, /* linear interpolation */
|
D3DTEXF_LINEAR = 2, /* linear interpolation */
|
||||||
D3DTEXF_ANISOTROPIC = 3, /* anisotropic */
|
D3DTEXF_ANISOTROPIC = 3, /* anisotropic */
|
||||||
D3DTEXF_PYRAMIDALQUAD = 6, /* 4-sample tent */
|
D3DTEXF_PYRAMIDALQUAD = 6, /* 4-sample tent */
|
||||||
D3DTEXF_GAUSSIANQUAD = 7 /* 4-sample gaussian */
|
D3DTEXF_GAUSSIANQUAD = 7, /* 4-sample gaussian */
|
||||||
|
|
||||||
/* D3D9Ex only -- */
|
/* D3D9Ex only -- */
|
||||||
#if !defined(D3D_DISABLE_9EX)
|
#if !defined(D3D_DISABLE_9EX)
|
||||||
|
|
Loading…
Reference in New Issue