mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
VulkanBinding: make a dummy Vulkan swapchain impl
This commit is contained in:
committed by
Corentin Wallez
parent
eee5171c39
commit
bdde209ed9
@@ -66,4 +66,9 @@ typedef struct {
|
||||
} nxtWSIContextGL;
|
||||
#endif
|
||||
|
||||
#ifdef NXT_ENABLE_BACKEND_VULKAN
|
||||
typedef struct {
|
||||
} nxtWSIContextVulkan;
|
||||
#endif
|
||||
|
||||
#endif // NXT_WSI_H
|
||||
|
||||
Reference in New Issue
Block a user