MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetSwapchainHandle

Method GetSwapchainHandle

layers/sync/sync_submit.cpp:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ApplyPredicatedWaitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected