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

Method IsPresent

layers/sync/sync_access_state.h:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 bool IsLoadOp() const { return attachment_access.type == AttachmentAccessType::LoadOp; }
287 bool IsStoreOp() const { return attachment_access.type == AttachmentAccessType::StoreOp; }
288 bool IsPresent() const { return flags & SyncFlag::kPresent; }
289
290 ResourceUsageTagEx TagEx() const { return {tag, handle_index}; }
291};

Callers 1

ApplyPredicatedWaitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected