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

Method Merge

layers/sync/sync_submit.cpp:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void LastSynchronizedPresent::Merge(const LastSynchronizedPresent& other) {
247 for (const auto& other_entry : other.per_swapchain) {
248 Update(other_entry.first, other_entry.second);
249 }
250}
251
252void LastSynchronizedPresent::OnDestroySwapchain(VkSwapchainKHR swapchain) {
253 // TODO: add erase() to small_vector and use intead in the following code

Calls

no outgoing calls

Tested by

no test coverage detected