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

Method NextSubpassReplaySetup

layers/sync/sync_submit.cpp:412–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void QueueBatchContext::NextSubpassReplaySetup(ReplayState& replay) {
413 current_access_context_ = replay.ReplayStateRenderPassNext();
414}
415
416void QueueBatchContext::EndRenderPassReplayCleanup(ReplayState& replay) {
417 replay.ReplayStateRenderPassEnd(access_context_);

Callers 1

ReplayValidateMethod · 0.80

Calls 1

Tested by

no test coverage detected