Reserve space for 16 streams in the stateblock.

This commit is contained in:
Christian Costa 2003-04-29 22:44:18 +00:00 committed by Alexandre Julliard
parent b92a58ea07
commit 6dca3ecc45
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern void (*wine_tsx11_unlock_ptr)(void);
#include "d3d8.h"
/* Device caps */
#define MAX_STREAMS 1
#define MAX_STREAMS 16
#define MAX_ACTIVE_LIGHTS 8
#define MAX_CLIPPLANES D3DMAXUSERCLIPPLANES
#define MAX_LEVELS 256