Commit 51b3191c authored by Georg Lehmann's avatar Georg Lehmann Committed by Alexandre Julliard

winevulkan: Add is_alias for VkFunctionPointer.

parent 67a86980
......@@ -865,6 +865,8 @@ class VkFunctionPointer(object):
text += ");\n"
return text
def is_alias(self):
return False
class VkHandle(object):
def __init__(self, name, _type, parent, alias=None):
......
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