[−][src]Trait rendy::factory::QueuesConfigure
Queues configuration.
Method configure
receives collection of queue families and
returns an iterator over family ids and number of queues.
Associated Types
type Priorities: AsRef<[f32]>
Slice of priorities.
type Families: IntoIterator
Iterator over families to create.
Required methods
fn configure<impl gfx_hal::queue::QueueFamily>(
self,
device: DeviceId,
families: &[impl gfx_hal::queue::QueueFamily]
) -> Self::Families where
impl gfx_hal::queue::QueueFamily: QueueFamily,
self,
device: DeviceId,
families: &[impl gfx_hal::queue::QueueFamily]
) -> Self::Families where
impl gfx_hal::queue::QueueFamily: QueueFamily,
Configure.
Implementors
impl QueuesConfigure for OneGraphicsQueue
[src]
type Priorities = [f32; 1]
type Families = Option<(FamilyId, [f32; 1])>
fn configure<impl gfx_hal::queue::QueueFamily>(
self,
device: DeviceId,
families: &[impl gfx_hal::queue::QueueFamily]
) -> Option<(FamilyId, [f32; 1])> where
impl gfx_hal::queue::QueueFamily: QueueFamily,
[src]
self,
device: DeviceId,
families: &[impl gfx_hal::queue::QueueFamily]
) -> Option<(FamilyId, [f32; 1])> where
impl gfx_hal::queue::QueueFamily: QueueFamily,