Skip to content
Snippets Groups Projects
Commit e0e09b34 authored by Artur Wasmut's avatar Artur Wasmut
Browse files

return true.

parent 5997c107
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"
Pipeline #24790 passed
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -714,6 +714,7 @@ namespace vkcv ...@@ -714,6 +714,7 @@ namespace vkcv
m_Pipelines.push_back(vkPipeline); m_Pipelines.push_back(vkPipeline);
m_PipelineLayouts.push_back(vkPipelineLayout); m_PipelineLayouts.push_back(vkPipelineLayout);
handle.id = m_NextPipelineId++; handle.id = m_NextPipelineId++;
return true;
} }
bool Core::createRenderpass(const Renderpass &pass, RenderpassHandle &handle) bool Core::createRenderpass(const Renderpass &pass, RenderpassHandle &handle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment