Struct voodoo::PipelineLayout [] [src]

pub struct PipelineLayout { /* fields omitted */ }

A pipeline layout.

Destruction

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

Methods

impl PipelineLayout
[src]

[src]

Returns a new PipelineLayoutBuilder.

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for PipelineLayout
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PipelineLayout
[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 PipelineLayout
[src]

[src]

Auto Trait Implementations