mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Build the Vulkan backend on CI
This commit is contained in:
committed by
Corentin Wallez
parent
3cf6c9df0c
commit
b36b501f5e
@@ -32,9 +32,7 @@ namespace utils {
|
||||
}
|
||||
|
||||
private:
|
||||
GLFWwindow* window = nullptr;
|
||||
|
||||
SwapChainImplVulkan(GLFWwindow* window) : window(window) {
|
||||
SwapChainImplVulkan(GLFWwindow* /*window*/) {
|
||||
}
|
||||
|
||||
~SwapChainImplVulkan() {
|
||||
|
||||
Reference in New Issue
Block a user