We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da931e commit 7966c87Copy full SHA for 7966c87
include/nbl/video/CVulkanSwapchain.h
@@ -22,7 +22,7 @@ class CVulkanSwapchain final : public ISwapchain
22
m_vkSwapchainKHR(swapchain), m_imgMemRequirements(std::move(imgMemRequirements))
23
{}
24
25
- static core::smart_refctd_ptr<CVulkanSwapchain> create(const core::smart_refctd_ptr<ILogicalDevice>&& logicalDevice, ISwapchain::SCreationParams&& params);
+ NBL_API2 static core::smart_refctd_ptr<CVulkanSwapchain> create(const core::smart_refctd_ptr<ILogicalDevice>&& logicalDevice, ISwapchain::SCreationParams&& params);
26
27
~CVulkanSwapchain();
28
0 commit comments