| 191 | } |
| 192 | |
| 193 | static inline bool IsQueueFamilyExternal(const uint32_t queue_family_index) { |
| 194 | return (queue_family_index == VK_QUEUE_FAMILY_EXTERNAL) || (queue_family_index == VK_QUEUE_FAMILY_FOREIGN_EXT); |
| 195 | } |
| 196 | |
| 197 | // Common to image and buffer memory barriers |
| 198 | template <typename Handle> |
no outgoing calls
no test coverage detected