mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Derive Default for PipelineLayoutDescriptor
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user