Update needed for new toolchain.

This commit is contained in:
Aaron Giles 2011-05-20 00:49:03 +00:00
parent af20a718d3
commit 2625a01395

View File

@ -57,22 +57,16 @@
#if (DIRECT3D_VERSION >= 0x0900)
#ifndef __WINE_D3D9TYPES_H
// the following used to be TEXTURESTAGESTATES but are now SAMPLERSTATES
enum
{
D3DTSS_ADDRESSU = 13,
D3DTSS_ADDRESSV = 14,
D3DTSS_BORDERCOLOR = 15,
D3DTSS_MAGFILTER = 16,
D3DTSS_MINFILTER = 17,
D3DTSS_MIPFILTER = 18,
D3DTSS_MIPMAPLODBIAS = 19,
D3DTSS_MAXMIPLEVEL = 20,
D3DTSS_MAXANISOTROPY = 21
};
#endif
#define D3DTSS_ADDRESSU 13
#define D3DTSS_ADDRESSV 14
#define D3DTSS_BORDERCOLOR 15
#define D3DTSS_MAGFILTER 16
#define D3DTSS_MINFILTER 17
#define D3DTSS_MIPFILTER 18
#define D3DTSS_MIPMAPLODBIAS 19
#define D3DTSS_MAXMIPLEVEL 20
#define D3DTSS_MAXANISOTROPY 21
#endif