Struct asche::DescriptorPoolDescriptor [−][src]
pub struct DescriptorPoolDescriptor<'a> {
pub name: &'a str,
pub max_sets: u32,
pub pool_sizes: &'a [DescriptorPoolSizeBuilder<'a>],
pub flags: Option<DescriptorPoolCreateFlags>,
}Expand description
Describes how an image view should be configured.
Fields
name: &'a strName used for debugging.
max_sets: u32Max sets.
pool_sizes: &'a [DescriptorPoolSizeBuilder<'a>]All sizes of the pool.
flags: Option<DescriptorPoolCreateFlags>Optional flags.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DescriptorPoolDescriptor<'a>impl<'a> Send for DescriptorPoolDescriptor<'a>impl<'a> Sync for DescriptorPoolDescriptor<'a>impl<'a> Unpin for DescriptorPoolDescriptor<'a>impl<'a> UnwindSafe for DescriptorPoolDescriptor<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more