Initil implementation

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2021-09-12 09:37:50 +01:00
parent 44e4ff6978
commit 860fda9fb5
6 changed files with 247 additions and 110 deletions

View file

@ -36,7 +36,7 @@ OpAlgoDispatch::record(const vk::CommandBuffer& commandBuffer)
}
if (this->mPushConstants.size()) {
this->mAlgorithm->setPush(this->mPushConstants);
this->mAlgorithm->setPushConstants(this->mPushConstants);
}
this->mAlgorithm->recordBindCore(commandBuffer);