pub struct DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a> { /* private fields */ }Expand description
Builder for DescriptorMappingSourceIndirectIndexArrayEXT.
Implementations§
Source§impl<'a> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn heap_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn push_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn address_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn heap_index_stride( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn embedded_sampler( self, value: &'a SamplerCreateInfo, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn use_combined_image_sampler_index( self, value: bool, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn sampler_heap_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn sampler_push_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn sampler_address_offset( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
pub fn sampler_heap_index_stride( self, value: u32, ) -> DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
Trait Implementations§
Source§impl<'a> Deref for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> Deref for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
Source§type Target = DescriptorMappingSourceIndirectIndexArrayEXT
type Target = DescriptorMappingSourceIndirectIndexArrayEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> DerefMut for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> RefUnwindSafe for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> !Send for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> !Sync for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> Unpin for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> UnsafeUnpin for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'a>
impl<'a> UnwindSafe for DescriptorMappingSourceIndirectIndexArrayEXTBuilder<'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