Handle aliased enum values with different extension tag as their base value. (#290)
+ update Vulkan-Docs to version 1.1.100.
This commit is contained in:
committed by
Markus Tavenrath
parent
65e1f8ac31
commit
efe676ab66
@@ -108,7 +108,6 @@ class VulkanHppGenerator
|
||||
|
||||
struct EnumData
|
||||
{
|
||||
void addAlias(std::string const& valueName, std::string const& aliasName, bool bitmask, std::string const& prefix, std::string const& postfix, std::string const& tag);
|
||||
void addEnumValue(std::string const& valueName, bool bitmask, std::string const& prefix, std::string const& postfix, std::string const& tag);
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> values; // pairs of vulkan enum value and corresponding vk::-namespace enum value
|
||||
|
||||
Reference in New Issue
Block a user