#[repr(C)]pub struct DescriptorMappingSourceIndirectIndexEXT<'a> {Show 13 fields
pub heap_offset: u32,
pub push_offset: u32,
pub address_offset: u32,
pub heap_index_stride: u32,
pub heap_array_stride: u32,
pub p_embedded_sampler: *const SamplerCreateInfo<'a>,
pub use_combined_image_sampler_index: Bool32,
pub sampler_heap_offset: u32,
pub sampler_push_offset: u32,
pub sampler_address_offset: u32,
pub sampler_heap_index_stride: u32,
pub sampler_heap_array_stride: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§heap_offset: u32§push_offset: u32§address_offset: u32§heap_index_stride: u32§heap_array_stride: u32§p_embedded_sampler: *const SamplerCreateInfo<'a>§use_combined_image_sampler_index: Bool32§sampler_heap_offset: u32§sampler_push_offset: u32§sampler_address_offset: u32§sampler_heap_index_stride: u32§sampler_heap_array_stride: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> DescriptorMappingSourceIndirectIndexEXT<'a>
pub fn heap_offset(self, heap_offset: u32) -> Self
pub fn push_offset(self, push_offset: u32) -> Self
pub fn address_offset(self, address_offset: u32) -> Self
pub fn heap_index_stride(self, heap_index_stride: u32) -> Self
pub fn heap_array_stride(self, heap_array_stride: u32) -> Self
pub fn embedded_sampler( self, embedded_sampler: &'a SamplerCreateInfo<'a>, ) -> Self
pub fn use_combined_image_sampler_index( self, use_combined_image_sampler_index: bool, ) -> Self
pub fn sampler_heap_offset(self, sampler_heap_offset: u32) -> Self
pub fn sampler_push_offset(self, sampler_push_offset: u32) -> Self
pub fn sampler_address_offset(self, sampler_address_offset: u32) -> Self
pub fn sampler_heap_index_stride(self, sampler_heap_index_stride: u32) -> Self
pub fn sampler_heap_array_stride(self, sampler_heap_array_stride: u32) -> Self
Trait Implementations§
Source§impl<'a> Clone for DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> Clone for DescriptorMappingSourceIndirectIndexEXT<'a>
Source§fn clone(&self) -> DescriptorMappingSourceIndirectIndexEXT<'a>
fn clone(&self) -> DescriptorMappingSourceIndirectIndexEXT<'a>
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 moreSource§impl<'a> Debug for DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> Debug for DescriptorMappingSourceIndirectIndexEXT<'a>
Source§impl Default for DescriptorMappingSourceIndirectIndexEXT<'_>
impl Default for DescriptorMappingSourceIndirectIndexEXT<'_>
impl<'a> Copy for DescriptorMappingSourceIndirectIndexEXT<'a>
impl Send for DescriptorMappingSourceIndirectIndexEXT<'_>
impl Sync for DescriptorMappingSourceIndirectIndexEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> RefUnwindSafe for DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> Unpin for DescriptorMappingSourceIndirectIndexEXT<'a>
impl<'a> UnwindSafe for DescriptorMappingSourceIndirectIndexEXT<'a>
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