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

Method ReplayStateRenderPassBegin

layers/sync/sync_op.cpp:1240–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238 : exec_context_(exec_context), recorded_context_(recorded_context), error_obj_(error_obj), index_(index), base_tag_(base_tag) {}
1239
1240AccessContext* ReplayState::ReplayStateRenderPassBegin(VkQueueFlags queue_flags, const SyncOpBeginRenderPass& begin_op,
1241 const AccessContext& external_context) {
1242 return rp_replay_.Begin(queue_flags, begin_op, external_context);
1243}
1244
1245AccessContext* ReplayState::ReplayStateRenderPassNext() { return rp_replay_.Next(); }
1246

Callers 1

Calls 1

BeginMethod · 0.45

Tested by

no test coverage detected