Re-introduce vulkan/vulkan.hpp; adjust include order to use that header in samples and tests (#340)

This commit is contained in:
Andreas Süßenbach
2019-06-11 13:25:36 +02:00
committed by Markus Tavenrath
parent cd6e0a6a89
commit a6ad0f1eff
5 changed files with 57360 additions and 3 deletions

View File

@@ -5111,6 +5111,7 @@ namespace std
generator.checkCorrectness();
std::ofstream ofs(VULKAN_HPP_FILE);
assert(!ofs.fail());
ofs << generator.getVulkanLicenseHeader() << std::endl
<< includes
<< std::endl