mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
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
Some checks are pending
Set Version Tag / set-version-tag (push) Waiting to run
This commit is contained in:
parent
3b9d6cced3
commit
b8e4e70adf
@ -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 ), {} );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user