#[repr(C)]pub struct DescriptorMappingSourceIndirectIndexArrayEXT {
pub heap_offset: u32,
pub push_offset: u32,
pub address_offset: u32,
pub heap_index_stride: u32,
pub p_embedded_sampler: *const SamplerCreateInfo,
pub use_combined_image_sampler_index: u32,
pub sampler_heap_offset: u32,
pub sampler_push_offset: u32,
pub sampler_address_offset: u32,
pub sampler_heap_index_stride: u32,
}Expand description
VkDescriptorMappingSourceIndirectIndexArrayEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§heap_offset: u32§push_offset: u32§address_offset: u32§heap_index_stride: u32§p_embedded_sampler: *const SamplerCreateInfoOptional, may be null.
use_combined_image_sampler_index: u32§sampler_heap_offset: u32§sampler_push_offset: u32§sampler_address_offset: u32§sampler_heap_index_stride: u32Implementations§
Source§impl DescriptorMappingSourceIndirectIndexArrayEXT
impl DescriptorMappingSourceIndirectIndexArrayEXT
Sourcepub fn builder<'a>() -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn builder<'a>() -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for DescriptorMappingSourceIndirectIndexArrayEXT
impl Clone for DescriptorMappingSourceIndirectIndexArrayEXT
Source§fn clone(&self) -> DescriptorMappingSourceIndirectIndexArrayEXT
fn clone(&self) -> DescriptorMappingSourceIndirectIndexArrayEXT
Returns a duplicate 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 moreimpl Copy for DescriptorMappingSourceIndirectIndexArrayEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceIndirectIndexArrayEXT
impl RefUnwindSafe for DescriptorMappingSourceIndirectIndexArrayEXT
impl !Send for DescriptorMappingSourceIndirectIndexArrayEXT
impl !Sync for DescriptorMappingSourceIndirectIndexArrayEXT
impl Unpin for DescriptorMappingSourceIndirectIndexArrayEXT
impl UnsafeUnpin for DescriptorMappingSourceIndirectIndexArrayEXT
impl UnwindSafe for DescriptorMappingSourceIndirectIndexArrayEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more