commit | cf8833c46789d4ff4d10eb1e204b93f328964c69 | [log] [tgz] |
---|---|---|
author | Jan Zerebecki <jan.wine@zerebecki.de> | Fri Jun 09 17:30:20 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 13 10:46:29 2006 +0200 |
tree | 6358f72bfff1f9af6f1c66e53ab7db67bab2058b | |
parent | df3e078b2088d51c6a404329012d8e990deab841 [diff] [blame] |
wined3d: Enable two sided stencil in the caps.
diff --git a/include/d3d9caps.h b/include/d3d9caps.h index ba05e79..573d459 100644 --- a/include/d3d9caps.h +++ b/include/d3d9caps.h
@@ -187,6 +187,7 @@ #define D3DSTENCILCAPS_INVERT 0x20 #define D3DSTENCILCAPS_INCR 0x40 #define D3DSTENCILCAPS_DECR 0x80 +#define D3DSTENCILCAPS_TWOSIDED 0x100 #define D3DTEXOPCAPS_DISABLE 0x0000001 #define D3DTEXOPCAPS_SELECTARG1 0x0000002