[D3D8] Reserve space for 16 streams in the stateblock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Since Direct3D8 can support up to 16 streams, let's reserve space for all of them
in the the state block.


Bye

Changelog :
Reserve space for 16 streams in the stateblock.

Christian Costa titan.costa@wanadoo.fr

Index: d3d8_private.h
===================================================================
RCS file: /home/wine/wine/dlls/d3d8/d3d8_private.h,v
retrieving revision 1.19
diff -u -r1.19 d3d8_private.h
--- d3d8_private.h	21 Apr 2003 23:53:03 -0000	1.19
+++ d3d8_private.h	27 Apr 2003 22:19:55 -0000
@@ -55,7 +55,7 @@
 #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

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux