#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT,
pub max_shader_binding_table_record_index: u32,
}Expand description
VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Provided by VK_EXT_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_EXT.
p_next: *mut c_voidOptional, may be null.
ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT§max_shader_binding_table_record_index: u32Implementations§
Source§impl PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 Default for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Default for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Source§fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
fn default() -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl !Send for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl !Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl UnsafeUnpin 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