winevulkan: Don't mark alias functions as required.
Signed-off-by: Liam Middlebrook <lmiddlebrook@nvidia.com> Signed-off-by: Daniel Koch <dkoch@nvidia.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f71deb066f
commit
8379a7f87c
|
@ -2659,9 +2659,6 @@ class VkRegistry(object):
|
||||||
elif type_info["category"] == "bitmask":
|
elif type_info["category"] == "bitmask":
|
||||||
mark_bitmask_dependencies(type_info["data"], self.types)
|
mark_bitmask_dependencies(type_info["data"], self.types)
|
||||||
|
|
||||||
if func.is_alias():
|
|
||||||
func.alias.required = True
|
|
||||||
|
|
||||||
def _parse_commands(self, root):
|
def _parse_commands(self, root):
|
||||||
""" Parse command section containing the Vulkan function calls. """
|
""" Parse command section containing the Vulkan function calls. """
|
||||||
funcs = {}
|
funcs = {}
|
||||||
|
|
Loading…
Reference in New Issue