Module gfx_hal::queue::family

source ·
Expand description

Queue family and groups.

Structs

Identifier for a queue family of a physical device.
Strong-typed group of queues of the same queue family.
Contains a list of all instantiated queues. Conceptually structured as a collection of QueueGroups, one for each queue family.

Traits

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