#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_invocation_reorder: u32,
}Expand description
VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV
Provided by VK_NV_ray_tracing_invocation_reorder.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_INVOCATION_REORDER_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
ray_tracing_invocation_reorder: u32Implementations§
Source§impl PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl Clone for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
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 PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl Default for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Source§fn default() -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
fn default() -> PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl !Send for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl !Sync for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl Unpin for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl UnsafeUnpin for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
impl UnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesNV
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