[PATCH] d3dx9_26: Add custom ID3DXEffect interface.

Rico Schüller kgbricola at web.de
Wed Sep 28 06:39:48 CDT 2011


Hi,

this patch adds the specific ID3DXEffect interface for d3dx9_26.dll as a 
wrapper around the ID3DXEffect interface for d3dx9_36.dll. The 
difference is that it misses a function (SetRawValue) and that it has a 
different guid.

For further references see bug 25138.

Cheers
Rico


---
  dlls/d3dx9_26/Makefile.in   |    5 +-
  dlls/d3dx9_26/d3dx9_26.spec |    2 +-
  dlls/d3dx9_26/effect.c      | 1078 
+++++++++++++++++++++++++++++++++++++++++++
  3 files changed, 1082 insertions(+), 3 deletions(-)
  create mode 100644 dlls/d3dx9_26/effect.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-d3dx9_26-Add-custom-ID3DXEffect-interface.txt
Type: text/x-patch
Size: 43033 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110928/f1566d9c/attachment-0001.bin>


More information about the wine-patches mailing list