VulkanBinding: make a dummy Vulkan swapchain impl

This commit is contained in:
Corentin Wallez
2017-11-22 17:27:17 -05:00
committed by Corentin Wallez
parent eee5171c39
commit bdde209ed9
2 changed files with 52 additions and 1 deletions

View File

@@ -66,4 +66,9 @@ typedef struct {
} nxtWSIContextGL;
#endif
#ifdef NXT_ENABLE_BACKEND_VULKAN
typedef struct {
} nxtWSIContextVulkan;
#endif
#endif // NXT_WSI_H