Struct vks::VkDescriptorSetLayoutBinding [] [src]

#[repr(C)]
pub struct VkDescriptorSetLayoutBinding { pub binding: u32, pub descriptorType: VkDescriptorType, pub descriptorCount: u32, pub stageFlags: VkShaderStageFlags, pub pImmutableSamplers: *const VkSampler, }

Fields

Trait Implementations

impl Debug for VkDescriptorSetLayoutBinding
[src]

Formats the value using the given formatter.

impl Copy for VkDescriptorSetLayoutBinding
[src]

impl Clone for VkDescriptorSetLayoutBinding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorSetLayoutBinding
[src]

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