winevulkan: Add is_alias for VkFunctionPointer.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Georg Lehmann 2020-09-22 16:31:48 +02:00 committed by Alexandre Julliard
parent 67a8698007
commit 51b3191cd3

View file

@ -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):