Struct ash::vk::DescriptorSetLayoutBinding
source · #[repr(C)]pub struct DescriptorSetLayoutBinding {
pub binding: u32,
pub descriptor_type: DescriptorType,
pub descriptor_count: u32,
pub stage_flags: ShaderStageFlags,
pub p_immutable_samplers: *const Sampler,
}
Expand description
Fields§
§binding: u32
§descriptor_type: DescriptorType
§descriptor_count: u32
§stage_flags: ShaderStageFlags
§p_immutable_samplers: *const Sampler
Implementations§
source§impl DescriptorSetLayoutBinding
impl DescriptorSetLayoutBinding
pub fn builder<'a>() -> DescriptorSetLayoutBindingBuilder<'a>
Trait Implementations§
source§impl Clone for DescriptorSetLayoutBinding
impl Clone for DescriptorSetLayoutBinding
source§fn clone(&self) -> DescriptorSetLayoutBinding
fn clone(&self) -> DescriptorSetLayoutBinding
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 more