#[repr(C)]pub struct DescriptorMappingSourcePushIndexEXT {
pub heap_offset: u32,
pub push_offset: u32,
pub heap_index_stride: u32,
pub heap_array_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_heap_index_stride: u32,
pub sampler_heap_array_stride: u32,
}Expand description
VkDescriptorMappingSourcePushIndexEXT
Provided by VK_EXT_descriptor_heap.
Fields§
§heap_offset: u32§push_offset: u32§heap_index_stride: u32§heap_array_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_heap_index_stride: u32§sampler_heap_array_stride: u32Implementations§
Source§impl DescriptorMappingSourcePushIndexEXT
impl DescriptorMappingSourcePushIndexEXT
Sourcepub fn builder<'a>() -> DescriptorMappingSourcePushIndexEXTBuilder<'a>
pub fn builder<'a>() -> DescriptorMappingSourcePushIndexEXTBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for DescriptorMappingSourcePushIndexEXT
impl Clone for DescriptorMappingSourcePushIndexEXT
Source§fn clone(&self) -> DescriptorMappingSourcePushIndexEXT
fn clone(&self) -> DescriptorMappingSourcePushIndexEXT
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 Default for DescriptorMappingSourcePushIndexEXT
impl Default for DescriptorMappingSourcePushIndexEXT
Source§fn default() -> DescriptorMappingSourcePushIndexEXT
fn default() -> DescriptorMappingSourcePushIndexEXT
Returns the “default value” for a type. Read more
impl Copy for DescriptorMappingSourcePushIndexEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourcePushIndexEXT
impl RefUnwindSafe for DescriptorMappingSourcePushIndexEXT
impl !Send for DescriptorMappingSourcePushIndexEXT
impl !Sync for DescriptorMappingSourcePushIndexEXT
impl Unpin for DescriptorMappingSourcePushIndexEXT
impl UnsafeUnpin for DescriptorMappingSourcePushIndexEXT
impl UnwindSafe for DescriptorMappingSourcePushIndexEXT
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