[PATCH 1/2] d3d10/tests: Add constantbuffer type test.

Rico Schüller kgbricola at web.de
Tue Oct 6 13:44:30 CDT 2009


Hi,

these two patches add tests for the ID3D10EffectType interface. Since 
last time (the patch 1/2 was patch 12/12 - 
http://www.winehq.org/pipermail/wine-patches/2009-September/079001.html 
) the following things were improved:
  - put the "*" next to the variable (e.g. ID3D10Effect *effect;)
  - use %u for unsigned variable in printf-functions
  - correct some style issues
  - print the return value on test failures

Cheers
Rico

---
  dlls/d3d10/tests/Makefile.in |    1 +
  dlls/d3d10/tests/effect.c    |  212 
++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 213 insertions(+), 0 deletions(-)
  create mode 100644 dlls/d3d10/tests/effect.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 8b02031fc3591b2ad33ef544bbebf860c7deecaa.diff
Type: text/x-patch
Size: 10197 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091006/d9fe5615/attachment-0001.bin>


More information about the wine-patches mailing list