Skip to content

Commit ef8339e

Browse files
spencer-lunargarno-lunarg
authored andcommitted
scripts: Remove temp fix for VK_KHR_maintenance6
1 parent 2f6c31c commit ef8339e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/generators/extension_helper_generator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ def generate(self):
104104
# This is a work around for https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/5372
105105
temp = re.sub(r',VK_VERSION_1_\d+', '', extension.depends)
106106
for reqs in exprValues(parseExpr(temp)):
107-
if reqs == 'VK_VERSION_1_0':
108-
# An explicit dependency on Vulkan 1.0 is meaningless
109-
continue
110107
feature = self.vk.extensions[reqs] if reqs in self.vk.extensions else self.vk.versions[reqs]
111108
requiredExpression[extension.name].append(feature)
112109
for version in self.vk.versions.keys():

0 commit comments

Comments
 (0)