Use new Vulkan-Headers repository. Don't generate createReturnValue function call if the return type is void. (#335)

This commit is contained in:
Markus Tavenrath
2019-06-06 13:13:38 +02:00
committed by GitHub
parent d2a1056a56
commit 50e0a941e9
9 changed files with 15 additions and 58358 deletions

View File

@@ -33,4 +33,4 @@ script:
- echo " vk::Result result = vk::createInstance(&inst_info, nullptr, &inst);" >> /tmp/test.cpp
- echo "}" >> /tmp/test.cpp
- cat /tmp/test.cpp
- ${CXX} -std=c++11 -Ivulkan -IVulkan-Docs/include -c /tmp/test.cpp
- ${CXX} -std=c++11 -Ivulkan -IVulkan-Headers/include -c /tmp/test.cpp