Struct voodoo::DescriptorSetLayout [] [src]

pub struct DescriptorSetLayout { /* fields omitted */ }

A descriptor set layout.

Destruction

Dropping this DescriptorSetLayout will cause Device::destroy_descriptor_set_layout to be called, automatically releasing any resources associated with it.

Methods

impl DescriptorSetLayout
[src]

[src]

Returns a new DescriptorSetLayoutBuilder.

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for DescriptorSetLayout
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescriptorSetLayout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h DescriptorSetLayout
[src]

Auto Trait Implementations