| 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 | }; |