Trait aquaengine::device::FamilyQueue [] [src]

pub trait FamilyQueue {
    fn can_graphic(&self) -> bool;
fn can_compute(&self) -> bool; }

Family queue device

Required Methods

Returns true if can computes

Returns true if can graphics

Implementors