[−][src]Module gfx_hal::prelude
Prelude module re-exports all the traits necessary to use gfx-hal.
Re-exports
pub use crate::adapter::PhysicalDevice as _; |
pub use crate::command::CommandBuffer as _; |
pub use crate::device::Device as _; |
pub use crate::pool::CommandPool as _; |
pub use crate::queue::CommandQueue as _; |
pub use crate::queue::QueueFamily as _; |
pub use crate::window::PresentationSurface as _; |
pub use crate::window::Surface as _; |
pub use crate::window::Swapchain as _; |
pub use crate::Instance as _; |
Traits
_ | A descriptor pool is a collection of memory from which descriptor sets are allocated. |