mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Update needed for new toolchain.
This commit is contained in:
parent
af20a718d3
commit
2625a01395
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user