Cleanup on platform protection handling. (#312)

This commit is contained in:
Andreas Süßenbach
2019-04-01 09:30:06 +02:00
committed by Markus Tavenrath
parent fba738079a
commit bcc02a1cb0
2 changed files with 38 additions and 71 deletions

View File

@@ -137,7 +137,7 @@ class VulkanHppGenerator
bool returnedOnly;
bool isUnion;
std::vector<MemberData> members;
std::string protect;
std::string platform;
std::vector<std::string> structExtends;
std::vector<std::string> aliases;
std::string subStruct;