Module vulkano::descriptor_set::pool[][src]

Expand description

A pool from which descriptor sets can be allocated.

Re-exports

pub use self::standard::StdDescriptorPool;

Modules

Structs

Number of available descriptors slots in a pool.

Pool from which descriptor sets are allocated from.

Iterator to the descriptor sets allocated from an unsafe descriptor pool.

Enums

Error that can be returned when creating a device.

Traits

A pool from which descriptor sets can be allocated.

An allocated descriptor set.