#[repr(C)]pub struct DescriptorMappingSourceShaderRecordIndexEXT {
pub heap_offset: u32,
pub shader_record_offset: u32,
pub heap_index_stride: u32,
pub heap_array_stride: u32,
pub embedded_sampler: *const SamplerCreateInfo,
pub use_combined_image_sampler_index: Bool32,
pub sampler_heap_offset: u32,
pub sampler_shader_record_offset: u32,
pub sampler_heap_index_stride: u32,
pub sampler_heap_array_stride: u32,
}Expand description
Fields§
§heap_offset: u32§shader_record_offset: u32§heap_index_stride: u32§heap_array_stride: u32§embedded_sampler: *const SamplerCreateInfo§use_combined_image_sampler_index: Bool32§sampler_heap_offset: u32§sampler_shader_record_offset: u32§sampler_heap_index_stride: u32§sampler_heap_array_stride: u32Trait Implementations§
Source§impl Clone for DescriptorMappingSourceShaderRecordIndexEXT
impl Clone for DescriptorMappingSourceShaderRecordIndexEXT
Source§fn clone(&self) -> DescriptorMappingSourceShaderRecordIndexEXT
fn clone(&self) -> DescriptorMappingSourceShaderRecordIndexEXT
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 PartialEq for DescriptorMappingSourceShaderRecordIndexEXT
impl PartialEq for DescriptorMappingSourceShaderRecordIndexEXT
Source§fn eq(&self, other: &DescriptorMappingSourceShaderRecordIndexEXT) -> bool
fn eq(&self, other: &DescriptorMappingSourceShaderRecordIndexEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DescriptorMappingSourceShaderRecordIndexEXT
impl Eq for DescriptorMappingSourceShaderRecordIndexEXT
impl Send for DescriptorMappingSourceShaderRecordIndexEXT
impl StructuralPartialEq for DescriptorMappingSourceShaderRecordIndexEXT
impl Sync for DescriptorMappingSourceShaderRecordIndexEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceShaderRecordIndexEXT
impl RefUnwindSafe for DescriptorMappingSourceShaderRecordIndexEXT
impl Unpin for DescriptorMappingSourceShaderRecordIndexEXT
impl UnwindSafe for DescriptorMappingSourceShaderRecordIndexEXT
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