Skip to content

Commit

Permalink
Add "BOOL" as accepted value for attribute <numericFormat> for the <c…
Browse files Browse the repository at this point in the history
…omponent> of a <format> (#1967)
  • Loading branch information
asuessenbach authored Oct 7, 2024
1 parent 3b9d6cc commit b8e4e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VulkanHppGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14194,7 +14194,7 @@ void VulkanHppGenerator::readFormatComponent( tinyxml2::XMLElement const * eleme
attributes,
{ { "bits", { "1", "2", "4", "5", "6", "8", "9", "10", "11", "12", "16", "24", "32", "64", "compressed" } },
{ "name", {} },
{ "numericFormat", { "SFLOAT", "SINT", "SNORM", "SRGB", "SFIXED5", "SSCALED", "UFLOAT", "UINT", "UNORM", "USCALED" } } },
{ "numericFormat", { "BOOL", "SFLOAT", "SINT", "SNORM", "SRGB", "SFIXED5", "SSCALED", "UFLOAT", "UINT", "UNORM", "USCALED" } } },
{ { "planeIndex", { "0", "1", "2" } } } );
checkElements( line, getChildElements( element ), {} );

Expand Down

0 comments on commit b8e4e70

Please sign in to comment.