Commit 83fd2334 authored by Michał Janiszewski's avatar Michał Janiszewski Committed by Alexandre Julliard

winevulkan: Print all the arguments in make_vulkan.

parent ad242e7d
......@@ -1162,7 +1162,7 @@ class VkParam(object):
self._set_conversions()
def __repr__(self):
return "{0} {1} {2} {3} {4}".format(self.const, self.type, self.pointer, self.name, self.array_len, self.dyn_array_len)
return "{0} {1} {2} {3} {4} {5}".format(self.const, self.type, self.pointer, self.name, self.array_len, self.dyn_array_len)
@staticmethod
def from_xml(param, types):
......
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