876: Derive Default for PipelineLayoutDescriptor r=kvark a=dzil123



Co-authored-by: dzil123 <5725958+dzil123@users.noreply.github.com>
This commit is contained in:
bors[bot]
2021-04-23 17:28:06 +00:00
committed by GitHub

View File

@@ -1086,7 +1086,7 @@ pub struct TextureViewDescriptor<'a> {
/// Describes a pipeline layout.
///
/// A `PipelineLayoutDescriptor` can be used to create a pipeline layout.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, Default)]
pub struct PipelineLayoutDescriptor<'a> {
/// Debug label of the pipeline layout. This will show up in graphics debuggers for easy identification.
pub label: Label<'a>,