| 763 | } |
| 764 | |
| 765 | VkSwapchainKHR QueueBatchContext::PresentResourceRecord::GetSwapchainHandle() const { |
| 766 | return presented_.image->create_from_swapchain; |
| 767 | } |
| 768 | |
| 769 | QueueBatchContext::AcquireResourceRecord::Base_::Record QueueBatchContext::AcquireResourceRecord::MakeRecord() const { |
| 770 | return std::make_unique<AcquireResourceRecord>(presented_, acquire_tag_, command_); |