Updated typos
This commit is contained in:
parent
f8859c7fd6
commit
150e986982
4 changed files with 4 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ class Sequence
|
|||
void record(TArgs&&... args)
|
||||
{
|
||||
SPDLOG_DEBUG("Kompute Sequence record");
|
||||
T op(this->mCommandBuffer);
|
||||
T op(this->mPhysicalDevice, this->mDevice, this->mCommandBuffer);
|
||||
op.init(std::forward<TArgs>(args)...);
|
||||
op.record();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue