[][src]Module gfx_hal::queue::family

Queue family and groups.

Structs

QueueFamilyId

Identifier for a queue family of a physical device.

QueueGroup

Strong-typed group of queues of the same queue family.

Queues

Contains a list of all instantiated queues. Conceptually structured as a collection of QueueGroups, one for each queue family.

Traits

QueueFamily

General information about a queue family, available upon adapter discovery.