Struct vulkano::descriptor::descriptor_set::FixedSizeDescriptorSet [] [src]

pub struct FixedSizeDescriptorSet<L, R> { /* fields omitted */ }

A descriptor set created from a FixedSizeDescriptorSetsPool.

Trait Implementations

impl<L, R> DescriptorSet for FixedSizeDescriptorSet<L, R> where
    L: PipelineLayoutAbstract,
    R: PersistentDescriptorSetResources, 
[src]

[src]

Returns the inner UnsafeDescriptorSet.

[src]

Returns the number of buffers within this descriptor set.

[src]

Returns the indexth buffer of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this buffer. Read more

[src]

Returns the number of images within this descriptor set.

[src]

Returns the indexth image of this descriptor set, or None if out of range. Also returns the index of the descriptor that uses this image. Read more

impl<L, R> DescriptorSetDesc for FixedSizeDescriptorSet<L, R> where
    L: PipelineLayoutAbstract
[src]

[src]

Returns the number of binding slots in the set.

[src]

Returns a description of a descriptor, or None if out of range.

impl<L, R> DeviceOwned for FixedSizeDescriptorSet<L, R> where
    L: DeviceOwned
[src]

[src]

Returns the device that owns Self.

Auto Trait Implementations

impl<L, R> Send for FixedSizeDescriptorSet<L, R> where
    L: Send,
    R: Send

impl<L, R> Sync for FixedSizeDescriptorSet<L, R> where
    L: Sync,
    R: Sync