Removed comment from algorithm
This commit is contained in:
parent
34f527e14f
commit
5de563c99c
1 changed files with 0 additions and 5 deletions
|
|
@ -268,11 +268,6 @@ Algorithm::createPipeline(std::vector<uint32_t> specializationData)
|
||||||
this->mDevice->createComputePipeline(*this->mPipelineCache, pipelineInfo);
|
this->mDevice->createComputePipeline(*this->mPipelineCache, pipelineInfo);
|
||||||
this->mFreePipeline = true;
|
this->mFreePipeline = true;
|
||||||
|
|
||||||
//if (pipelineResult.result != vk::Result::eSuccess) {
|
|
||||||
// throw std::runtime_error("Failed to create pipeline result: " +
|
|
||||||
// vk::to_string(pipelineResult.result));
|
|
||||||
//}
|
|
||||||
|
|
||||||
this->mFreePipeline = true;
|
this->mFreePipeline = true;
|
||||||
this->mPipeline = std::make_shared<vk::Pipeline>(pipelineResult);
|
this->mPipeline = std::make_shared<vk::Pipeline>(pipelineResult);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue