Type Alias DescriptorUpdateTemplateEntryKHR

Source
pub type DescriptorUpdateTemplateEntryKHR = DescriptorUpdateTemplateEntry;

Aliased Type§

struct DescriptorUpdateTemplateEntryKHR {
    pub dst_binding: u32,
    pub dst_array_element: u32,
    pub descriptor_count: u32,
    pub descriptor_type: DescriptorType,
    pub offset: usize,
    pub stride: usize,
}

Fields§

§dst_binding: u32§dst_array_element: u32§descriptor_count: u32§descriptor_type: DescriptorType§offset: usize§stride: usize

Implementations

Trait Implementations

Source§

impl Clone for DescriptorUpdateTemplateEntry

Source§

fn clone(&self) -> DescriptorUpdateTemplateEntry

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for DescriptorUpdateTemplateEntry

Source§

fn default() -> DescriptorUpdateTemplateEntry

Returns the “default value” for a type. Read more
Source§

impl Copy for DescriptorUpdateTemplateEntry