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