Skip to content
Snippets Groups Projects
Commit 674f26c0 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[18]remove double function declaration

parent 95e88bb6
No related branches found
No related tags found
4 merge requests!12Resolve "Swapchain Class",!7Resolve "Shader Program Class",!5Resolve "Pipeline State Object",!4Resolve "Renderpass Class"
...@@ -124,8 +124,5 @@ namespace vkcv ...@@ -124,8 +124,5 @@ namespace vkcv
[[nodiscard]] [[nodiscard]]
bool createRenderpass(const Renderpass &pass, RenderpassHandle &handle); bool createRenderpass(const Renderpass &pass, RenderpassHandle &handle);
// TODO:
PipelineHandle createPipeline(const Pipeline &pipeline);
}; };
} }
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