ddraw: Add some more D3DDEVCAPS constants.

Francois Gouget fgouget at free.fr
Wed Feb 26 12:53:36 CST 2014


---

I did not find the one I was looking for (the 0xe in 0xe09ae51). Bu I 
might as well add those I found.

 include/d3dcaps.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/d3dcaps.h b/include/d3dcaps.h
index c36577e..d2e68e9 100644
--- a/include/d3dcaps.h
+++ b/include/d3dcaps.h
@@ -302,6 +302,11 @@ typedef struct _D3DDeviceDesc7 {
 #define D3DDEVCAPS_HWTRANSFORMANDLIGHT     0x00010000
 #define D3DDEVCAPS_CANBLTSYSTONONLOCAL     0x00020000
 #define D3DDEVCAPS_HWRASTERIZATION         0x00080000
+#define D3DDEVCAPS_PUREDEVICE              0x00100000
+#define D3DDEVCAPS_QUINTICRTPATCHES        0x00200000
+#define D3DDEVCAPS_RTPATCHES               0x00400000
+#define D3DDEVCAPS_RTPATCHHANDLEZERO       0x00800000
+#define D3DDEVCAPS_NPATCHES                0x01000000
 
 #define D3DSTENCILCAPS_KEEP     0x00000001
 #define D3DSTENCILCAPS_ZERO     0x00000002
-- 
1.8.5.3




More information about the wine-patches mailing list