Skip to content

Commit bfcca38

Browse files
authored
Fix generation for vulkanbase API with extension supported on vulkanbase (KhronosGroup#2435)
Add "vulkanbase" to the list of accepted values for the "supported" attribute of the "extension" tag. Change-Id: Ie91448edd10ef1ed94a578f8d850fde423ff963b Signed-off-by: Kevin Petit <kevin.petit@arm.com>
1 parent d578560 commit bfcca38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VulkanHppGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15127,7 +15127,7 @@ void VulkanHppGenerator::readExtension( tinyxml2::XMLElement const * element )
1512715127

1512815128
checkAttributes( line,
1512915129
attributes,
15130-
{ { "name", {} }, { "number", {} }, { "supported", { "disabled", "vulkan", "vulkansc" } } },
15130+
{ { "name", {} }, { "number", {} }, { "supported", { "disabled", "vulkan", "vulkanbase", "vulkansc" } } },
1513115131
{ { "author", {} },
1513215132
{ "comment", {} },
1513315133
{ "contact", {} },

0 commit comments

Comments
 (0)