| 300 | } |
| 301 | |
| 302 | VulkanTypedHandle QueueBatchContext::Handle() const { return queue_state_->GetQueue()->Handle(); } |
| 303 | |
| 304 | template <typename Predicate> |
| 305 | void QueueBatchContext::ApplyPredicatedWait(Predicate& predicate, const LastSynchronizedPresent& last_synchronized_present) { |
no test coverage detected