Updated documentation for all classes
This commit is contained in:
parent
196c896bd6
commit
b753660c29
13 changed files with 276 additions and 123 deletions
|
|
@ -38,8 +38,8 @@ OpAlgoDispatch::record(const vk::CommandBuffer& commandBuffer)
|
|||
this->mAlgorithm->setPush(this->mPushConstants);
|
||||
}
|
||||
|
||||
this->mAlgorithm->bindCore(commandBuffer);
|
||||
this->mAlgorithm->bindPush(commandBuffer);
|
||||
this->mAlgorithm->recordBindCore(commandBuffer);
|
||||
this->mAlgorithm->recordBindPush(commandBuffer);
|
||||
this->mAlgorithm->recordDispatch(commandBuffer);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue