#[repr(C)]pub struct VkDescriptorMappingSourceIndirectIndexArrayEXT {
pub heapOffset: u32,
pub pushOffset: u32,
pub addressOffset: u32,
pub heapIndexStride: u32,
pub pEmbeddedSampler: *const VkSamplerCreateInfo,
pub useCombinedImageSamplerIndex: VkBool32,
pub samplerHeapOffset: u32,
pub samplerPushOffset: u32,
pub samplerAddressOffset: u32,
pub samplerHeapIndexStride: u32,
}Fields§
§heapOffset: u32§pushOffset: u32§addressOffset: u32§heapIndexStride: u32§pEmbeddedSampler: *const VkSamplerCreateInfo§useCombinedImageSamplerIndex: VkBool32§samplerHeapOffset: u32§samplerPushOffset: u32§samplerAddressOffset: u32§samplerHeapIndexStride: u32Trait Implementations§
Source§impl Clone for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl Clone for VkDescriptorMappingSourceIndirectIndexArrayEXT
Source§fn clone(&self) -> VkDescriptorMappingSourceIndirectIndexArrayEXT
fn clone(&self) -> VkDescriptorMappingSourceIndirectIndexArrayEXT
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 VkDescriptorMappingSourceIndirectIndexArrayEXT
Auto Trait Implementations§
impl Freeze for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl RefUnwindSafe for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl !Send for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl !Sync for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl Unpin for VkDescriptorMappingSourceIndirectIndexArrayEXT
impl UnwindSafe for VkDescriptorMappingSourceIndirectIndexArrayEXT
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