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);