Struct vks::VkWriteDescriptorSet [] [src]

#[repr(C)]
pub struct VkWriteDescriptorSet { pub sType: VkStructureType, pub pNext: *const c_void, pub dstSet: VkDescriptorSet, pub dstBinding: u32, pub dstArrayElement: u32, pub descriptorCount: u32, pub descriptorType: VkDescriptorType, pub pImageInfo: *const VkDescriptorImageInfo, pub pBufferInfo: *const VkDescriptorBufferInfo, pub pTexelBufferView: *const VkBufferView, }

Fields

Trait Implementations

impl Debug for VkWriteDescriptorSet
[src]

Formats the value using the given formatter.

impl Copy for VkWriteDescriptorSet
[src]

impl Clone for VkWriteDescriptorSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkWriteDescriptorSet
[src]

Returns the "default value" for a type. Read more