Skip to content
Snippets Groups Projects
Verified Commit c7ab753d authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Fix parameter type completed in Pass.hpp

parent 42bfeee6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ namespace vkcv {
Multisampling multisampling = Multisampling::None);
PassHandle passSwapchain(Core &core, const SwapchainHandle &swapchain,
const std::vector<vk::Format> formats, bool clear = true,
const std::vector<vk::Format> &formats, bool clear = true,
Multisampling multisampling = Multisampling::None);
} // namespace vkcv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment