Type Alias VkDescriptorBindingFlags

Source
pub type VkDescriptorBindingFlags = VkDescriptorBindingFlags;

Aliased Type§

pub struct VkDescriptorBindingFlags {
    pub update_after_bind: bool,
    pub update_unused_while_pending: bool,
    pub partially_bound: bool,
    pub variable_descriptor_count: bool,
}

Fields§

§update_after_bind: bool§update_unused_while_pending: bool§partially_bound: bool§variable_descriptor_count: bool