anv: Implement VK_ANDROID_native_buffer (v9)
[mesa.git] / src / intel / vulkan / anv_entrypoints_gen.py
index a4ecbf2b817e2f97ece6ff2ed18dbd0ddf424203..ac1c193c63183bf47cfbdc0979ebccd6e7683b8a 100644 (file)
@@ -270,7 +270,9 @@ def get_entrypoints(doc, entrypoints_to_defines, start_index):
         if extension.attrib['name'] not in supported:
             continue
 
-        assert extension.attrib['supported'] == 'vulkan'
+        if extension.attrib['supported'] != 'vulkan':
+            continue
+
         for command in extension.findall('./require/command'):
             enabled_commands.add(command.attrib['name'])