From 55517484be41e76a53727dd72373d2df27d34d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Wed, 8 Jan 2020 14:29:26 +0100 Subject: [PATCH] Add optional attribute "specialuse", currently ignored. (#474) --- VulkanHppGenerator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 7ecf0a5..1856676 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -3655,6 +3655,7 @@ void VulkanHppGenerator::readExtension(tinyxml2::XMLElement const* element) { "provisional",{} }, { "requires",{} }, { "requiresCore",{} }, + { "specialuse", {} }, { "type",{ "device", "instance" } } }); std::vector children = getChildElements(element);