pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeNVImplementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Returns a copy 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 PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl Default for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
source§fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Returns the “default value” for a type. Read more