Struct ash::vk::DescriptorImageInfo  
source · #[repr(C)]pub struct DescriptorImageInfo {
    pub sampler: Sampler,
    pub image_view: ImageView,
    pub image_layout: ImageLayout,
}Expand description
Fields§
§sampler: Sampler§image_view: ImageView§image_layout: ImageLayoutImplementations§
source§impl DescriptorImageInfo
 
impl DescriptorImageInfo
pub fn builder<'a>() -> DescriptorImageInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorImageInfo
 
impl Clone for DescriptorImageInfo
source§fn clone(&self) -> DescriptorImageInfo
 
fn clone(&self) -> DescriptorImageInfo
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 moresource§impl Debug for DescriptorImageInfo
 
impl Debug for DescriptorImageInfo
source§impl Default for DescriptorImageInfo
 
impl Default for DescriptorImageInfo
source§fn default() -> DescriptorImageInfo
 
fn default() -> DescriptorImageInfo
Returns the “default value” for a type. Read more