mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
Reserve space for 16 streams in the stateblock.
This commit is contained in:
parent
b92a58ea07
commit
6dca3ecc45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user