Trait gfx_core::QueueFamily [−][src]
QueueFamily denotes a group of command queues provided by the backend
with the same properties/type.
Associated Types
Loading content...Required methods
fn supports_present(&self, surface: &Self::Surface) -> bool[src]
Check if the queue family supports presentation to a surface
fn num_queues(&self) -> u32[src]
Return the number of available queues of this family