Incorporate changes

This commit is contained in:
David Chavez 2025-03-13 01:35:12 +01:00
parent f9b507c27f
commit 17f0f4873d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c971056526d09605c69b659ca1d07e06c149b1d2
Subproject commit 4413921aa36cd3b5de59ae2bffe4c641b9a597b2

@ -246,7 +246,7 @@ public:
}
copy_command_queue_ = device->createCommandQueue(plume::RenderCommandListType::COPY);
copy_command_list_ = copy_command_queue_->createCommandList(plume::RenderCommandListType::COPY);
copy_command_list_ = copy_command_queue_->createCommandList();
copy_command_fence_ = device->createCommandFence();
}