Conversation

If you're making a Vulkan library, don't simply include vulkan.h in your header. This includes windows.h under the hood. You can include vk_platform.h and vulkan_core.h, and in your implementation, you only this stuff for windows:
Image
12
298