mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-04-17 09:51:22 +02:00
Incorporate changes
This commit is contained in:
parent
f9b507c27f
commit
17f0f4873d
2
lib/rt64
2
lib/rt64
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user