Skip to content

Commit 7966c87

Browse files
committed
Expose CVulkanSwapchain::create
1 parent 6da931e commit 7966c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/CVulkanSwapchain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class CVulkanSwapchain final : public ISwapchain
2222
m_vkSwapchainKHR(swapchain), m_imgMemRequirements(std::move(imgMemRequirements))
2323
{}
2424

25-
static core::smart_refctd_ptr<CVulkanSwapchain> create(const core::smart_refctd_ptr<ILogicalDevice>&& logicalDevice, ISwapchain::SCreationParams&& params);
25+
NBL_API2 static core::smart_refctd_ptr<CVulkanSwapchain> create(const core::smart_refctd_ptr<ILogicalDevice>&& logicalDevice, ISwapchain::SCreationParams&& params);
2626

2727
~CVulkanSwapchain();
2828

0 commit comments

Comments
 (0)