Struct voodoo::DescriptorPoolBuilder [] [src]

pub struct DescriptorPoolBuilder<'b> { /* fields omitted */ }

A builder for DescriptorPool.

Methods

impl<'b> DescriptorPoolBuilder<'b>
[src]

[src]

Returns a new render pass builder.

[src]

flags is a bitmask of VkDescriptorPoolCreateFlagBits specifying certain supported operations on the pool.

[src]

maxSets is the maximum number of descriptor sets that can be allocated from the pool.

[src]

pPoolSizes is a pointer to an array of VkDescriptorPoolSize structures, each containing a descriptor type and number of descriptors of that type to be allocated in the pool.

[src]

Creates and returns a new DescriptorPool

Trait Implementations

impl<'b> Debug for DescriptorPoolBuilder<'b>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'b> Clone for DescriptorPoolBuilder<'b>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'b> !Send for DescriptorPoolBuilder<'b>

impl<'b> !Sync for DescriptorPoolBuilder<'b>