Initil implementation
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
44e4ff6978
commit
860fda9fb5
6 changed files with 247 additions and 110 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue