Commit 79f67c52 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

winevulkan: Use generated thunks for basic debug traces.

parent 9972ae6e
......@@ -797,7 +797,7 @@ class VkFunction(object):
else:
body += " {0} {1}_host;\n".format(p.type, p.name)
if self.thunk_type == ThunkType.PUBLIC:
if params_prefix:
body += " {0}\n".format(self.trace(params_prefix=params_prefix))
# Call any win_to_host conversion calls.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment