Expand description

Prelude module re-exports all the traits necessary to use gfx-hal.

Re-exports

pub use crate::adapter::PhysicalDevice;
pub use crate::command::CommandBuffer;
pub use crate::device::Device;
pub use crate::pool::CommandPool;
pub use crate::queue::Queue;
pub use crate::queue::QueueFamily;
pub use crate::window::PresentationSurface;
pub use crate::window::Surface;
pub use crate::Instance;

Traits

A descriptor pool is a collection of memory from which descriptor sets are allocated.