Christian Costa : d3dcompiler: Add trace to D3DPreprocess.

Alexandre Julliard julliard at winehq.org
Mon May 13 15:02:44 CDT 2013


Module: wine
Branch: master
Commit: af59f19461b8e6e8244d192baa8af1b530a83e16
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=af59f19461b8e6e8244d192baa8af1b530a83e16

Author: Christian Costa <titan.costa at gmail.com>
Date:   Sun May 12 23:56:01 2013 +0200

d3dcompiler: Add trace to D3DPreprocess.

---

 dlls/d3dcompiler_43/compiler.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/d3dcompiler_43/compiler.c b/dlls/d3dcompiler_43/compiler.c
index 985fc72..ac8fdc5 100644
--- a/dlls/d3dcompiler_43/compiler.c
+++ b/dlls/d3dcompiler_43/compiler.c
@@ -722,6 +722,9 @@ HRESULT WINAPI D3DPreprocess(const void *data, SIZE_T size, const char *filename
     HRESULT hr;
     ID3DBlob *buffer;
 
+    TRACE("data %p, size %lu, filename %s, defines %p, include %p, shader %p, error_messages %p\n",
+          data, size, debugstr_a(filename), defines, include, shader, error_messages);
+
     if (!data)
         return E_INVALIDARG;
 




More information about the wine-cvs mailing list