Use new Vulkan-Headers repository. Don't generate createReturnValue function call if the return type is void. (#335)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user