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:
parent
67a8698007
commit
51b3191cd3
|
@ -865,6 +865,8 @@ class VkFunctionPointer(object):
|
||||||
text += ");\n"
|
text += ");\n"
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
def is_alias(self):
|
||||||
|
return False
|
||||||
|
|
||||||
class VkHandle(object):
|
class VkHandle(object):
|
||||||
def __init__(self, name, _type, parent, alias=None):
|
def __init__(self, name, _type, parent, alias=None):
|
||||||
|
|
Loading…
Reference in New Issue