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

Method LastBatch

layers/sync/sync_submit.h:290–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 const LastSynchronizedPresent& GetLastSynchronizedPresent() const;
289
290 BatchContextPtr LastBatch() const { return last_batch_; }
291 void SetLastBatch(BatchContextPtr&& last);
292
293 std::vector<UnresolvedBatch>& UnresolvedBatches() { return unresolved_batches_; }

Callers 4

ProcessQueuePresentMethod · 0.80
ProcessQueueSubmitMethod · 0.80
GetLastBatchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected