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

Function IsQueueFamilyExternal

layers/utils/sync_utils.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static 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
198template <typename Handle>

Calls

no outgoing calls

Tested by

no test coverage detected