Remove redundant occurrences of VULKAN_HPP_NAMESPACE:: in vulkan_to_string.hpp (#2211)

This commit is contained in:
Andreas Süßenbach 2025-07-08 12:46:22 +02:00 committed by GitHub
parent 68baf3c00f
commit daeae97daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 300 additions and 300 deletions

View File

@ -7511,7 +7511,7 @@ std::string VulkanHppGenerator::generateEnumToString( std::pair<std::string, Enu
const std::string functionBodyTemplate =
R"x( switch ( value )
{
${cases} default: return "invalid ( " + VULKAN_HPP_NAMESPACE::toHexString( static_cast<uint32_t>( value ) ) + " )";
${cases} default: return "invalid ( " + toHexString( static_cast<uint32_t>( value ) ) + " )";
}
)x";

File diff suppressed because it is too large Load Diff