[−][src]Trait gfx_hal::queue::capability::Supports
A trait that indicates that a particular type of queue supports
a particular Capability
.
A trait that indicates that a particular type of queue supports
a particular Capability
.
impl Supports<Compute> for General
[src]impl Supports<Graphics> for General
[src]impl Supports<GraphicsOrCompute> for Compute
[src]impl Supports<GraphicsOrCompute> for General
[src]impl Supports<GraphicsOrCompute> for Graphics
[src]impl Supports<Transfer> for Compute
[src]impl Supports<Transfer> for General
[src]impl Supports<Transfer> for Graphics
[src]impl<T> Supports<T> for T
[src]