Struct screen_13::prelude::vk::DescriptorSetLayoutBinding
source · 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 SamplerImplementations§
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 moresource§impl Debug for DescriptorSetLayoutBinding
impl Debug for DescriptorSetLayoutBinding
source§impl Default for DescriptorSetLayoutBinding
impl Default for DescriptorSetLayoutBinding
source§fn default() -> DescriptorSetLayoutBinding
fn default() -> DescriptorSetLayoutBinding
Returns the “default value” for a type. Read more