Struct wgpu_hal::BindGroupLayoutDescriptor
source · pub struct BindGroupLayoutDescriptor<'a> {
pub label: Label<'a>,
pub flags: BindGroupLayoutFlags,
pub entries: &'a [BindGroupLayoutEntry],
}
Expand description
BindGroupLayout descriptor.
Valid usage:
entries
are sorted by ascendingwgt::BindGroupLayoutEntry::binding
Fields§
§label: Label<'a>
§flags: BindGroupLayoutFlags
§entries: &'a [BindGroupLayoutEntry]
Trait Implementations§
source§impl<'a> Clone for BindGroupLayoutDescriptor<'a>
impl<'a> Clone for BindGroupLayoutDescriptor<'a>
source§fn clone(&self) -> BindGroupLayoutDescriptor<'a>
fn clone(&self) -> BindGroupLayoutDescriptor<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more