Struct ash::vk::DescriptorImageInfo [−][src]
#[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: ImageLayout
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DescriptorImageInfo
impl Send for DescriptorImageInfo
impl Sync for DescriptorImageInfo
impl Unpin for DescriptorImageInfo
impl UnwindSafe for DescriptorImageInfo
Blanket Implementations
Mutably borrows from an owned value. Read more