#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT,
}Expand description
VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
Provided by VK_NV_ray_tracing_invocation_reorder.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXTImplementations§
Source§impl PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
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 PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl Default for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Source§fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl !Send for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl !Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl UnsafeUnpin for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
impl UnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesNV
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