Merge pull request #523 from asuessenbach/supported

Add "enabled" as accepted value for attribute "supported" in extension element
This commit is contained in:
Andreas Süßenbach 2020-02-26 08:54:32 +01:00 committed by GitHub
commit a1f8fb13cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4150,7 +4150,7 @@ void VulkanHppGenerator::readExtension(tinyxml2::XMLElement const* element)
{
{ "name",{} },
{ "number",{} },
{ "supported",{ "disabled", "vulkan" } }
{ "supported",{ "disabled", "enabled", "vulkan" } }
},
{
{ "author",{} },