Add "BOOL" as accepted value for attribute <numericFormat> for the <component> of a <format> (#1967)
Some checks are pending
Set Version Tag / set-version-tag (push) Waiting to run

This commit is contained in:
Andreas Süßenbach 2024-10-07 17:58:00 +02:00 committed by GitHub
parent 3b9d6cced3
commit b8e4e70adf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14194,7 +14194,7 @@ void VulkanHppGenerator::readFormatComponent( tinyxml2::XMLElement const * eleme
attributes, attributes,
{ { "bits", { "1", "2", "4", "5", "6", "8", "9", "10", "11", "12", "16", "24", "32", "64", "compressed" } }, { { "bits", { "1", "2", "4", "5", "6", "8", "9", "10", "11", "12", "16", "24", "32", "64", "compressed" } },
{ "name", {} }, { "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" } } } ); { { "planeIndex", { "0", "1", "2" } } } );
checkElements( line, getChildElements( element ), {} ); checkElements( line, getChildElements( element ), {} );