mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Add "enabled" as accepted value for attribute "supported" in extension element
This commit is contained in:
parent
c1de6026b4
commit
5d124b6d4a
@ -4150,7 +4150,7 @@ void VulkanHppGenerator::readExtension(tinyxml2::XMLElement const* element)
|
|||||||
{
|
{
|
||||||
{ "name",{} },
|
{ "name",{} },
|
||||||
{ "number",{} },
|
{ "number",{} },
|
||||||
{ "supported",{ "disabled", "vulkan" } }
|
{ "supported",{ "disabled", "enabled", "vulkan" } }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{ "author",{} },
|
{ "author",{} },
|
||||||
|
Loading…
Reference in New Issue
Block a user