#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT,
pub max_shader_binding_table_record_index: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT§max_shader_binding_table_record_index: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
pub fn ray_tracing_invocation_reorder_reordering_hint( self, ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT, ) -> Self
pub fn max_shader_binding_table_record_index( self, max_shader_binding_table_record_index: u32, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'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 PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'_>
impl Send for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'_>
impl Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT<'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