Build the Vulkan backend on CI

This commit is contained in:
Corentin Wallez
2017-11-23 17:22:23 -05:00
committed by Corentin Wallez
parent 3cf6c9df0c
commit b36b501f5e
6 changed files with 29 additions and 22 deletions

View File

@@ -32,9 +32,7 @@ namespace utils {
}
private:
GLFWwindow* window = nullptr;
SwapChainImplVulkan(GLFWwindow* window) : window(window) {
SwapChainImplVulkan(GLFWwindow* /*window*/) {
}
~SwapChainImplVulkan() {