pub struct PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceRayTracingPipelinePropertiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
pub fn shader_group_handle_size(self, value: u32) -> Self
pub fn max_ray_recursion_depth(self, value: u32) -> Self
pub fn max_shader_group_stride(self, value: u32) -> Self
pub fn shader_group_base_alignment(self, value: u32) -> Self
pub fn shader_group_handle_capture_replay_size(self, value: u32) -> Self
pub fn max_ray_dispatch_invocation_count(self, value: u32) -> Self
pub fn shader_group_handle_alignment(self, value: u32) -> Self
pub fn max_ray_hit_attribute_size(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> Deref for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> !Send for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> !Sync for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingPipelinePropertiesKHRBuilder<'a>
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