Struct ash::vk::types::WriteDescriptorSet [] [src]

#[repr(C)]
pub struct WriteDescriptorSet { pub s_type: StructureType, pub p_next: *const c_void, pub dst_set: DescriptorSet, pub dst_binding: uint32_t, pub dst_array_element: uint32_t, pub descriptor_count: uint32_t, pub descriptor_type: DescriptorType, pub p_image_info: *const DescriptorImageInfo, pub p_buffer_info: *const DescriptorBufferInfo, pub p_texel_buffer_view: *const BufferView, }

Fields

Trait Implementations

impl Debug for WriteDescriptorSet
[src]

Formats the value using the given formatter.

impl Clone for WriteDescriptorSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more