Fix compilation after rebase

This commit is contained in:
Mr-Wiseguy 2025-03-14 17:45:46 -04:00
parent 51c6263f13
commit dcc42fc596

View File

@ -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();
}