#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT,
pub max_shader_binding_table_record_index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT§max_shader_binding_table_record_index: u32Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
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 PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl PartialEq for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Source§fn eq(
&self,
other: &PhysicalDeviceRayTracingInvocationReorderPropertiesEXT,
) -> bool
fn eq( &self, other: &PhysicalDeviceRayTracingInvocationReorderPropertiesEXT, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Eq for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Send for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl StructuralPartialEq for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl UnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
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