mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-12-20 15:02:50 +00:00
Fix compilation after rebase
This commit is contained in:
parent
51c6263f13
commit
dcc42fc596
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ public:
|
|||
}
|
||||
|
||||
copy_command_queue_ = device->createCommandQueue(RT64::RenderCommandListType::COPY);
|
||||
copy_command_list_ = device->createCommandList(RT64::RenderCommandListType::COPY);
|
||||
copy_command_list_ = copy_command_queue_->createCommandList(RT64::RenderCommandListType::COPY);
|
||||
copy_command_fence_ = device->createCommandFence();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue