Update of vk.xml to version 134; resolve warnings

Resolves #535
This commit is contained in:
asuessenbach
2020-03-09 11:23:46 +01:00
committed by Markus Tavenrath
parent cd554ce9e0
commit 87cecae683
4 changed files with 4164 additions and 1759 deletions

View File

@@ -337,6 +337,7 @@ class VulkanHppGenerator
std::map<std::string, BitmaskData> m_bitmasks;
std::map<std::string, std::string> m_commandToHandle;
std::set<std::string> m_constants;
std::set<std::string> m_defines;
std::map<std::string, EnumData> m_enums;
std::set<std::string> m_extendedStructs; // structs which are referenced by the structextends tag
std::map<std::string, ExtensionData> m_extensions;