Struct screen_13::driver::RayTracePipelineInfoBuilder
source · [−]pub struct RayTracePipelineInfoBuilder { /* private fields */ }Expand description
Builder for RayTracePipelineInfo.
Implementations
sourceimpl RayTracePipelineInfoBuilder
impl RayTracePipelineInfoBuilder
pub fn bindless_descriptor_count(self, value: u32) -> Self
pub fn max_ray_recursion_depth(self, value: u32) -> Self
sourceimpl RayTracePipelineInfoBuilder
impl RayTracePipelineInfoBuilder
pub fn build(self) -> RayTracePipelineInfo
Trait Implementations
sourceimpl Clone for RayTracePipelineInfoBuilder
impl Clone for RayTracePipelineInfoBuilder
sourcefn clone(&self) -> RayTracePipelineInfoBuilder
fn clone(&self) -> RayTracePipelineInfoBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for RayTracePipelineInfoBuilder
impl Debug for RayTracePipelineInfoBuilder
Auto Trait Implementations
impl RefUnwindSafe for RayTracePipelineInfoBuilder
impl Send for RayTracePipelineInfoBuilder
impl Sync for RayTracePipelineInfoBuilder
impl Unpin for RayTracePipelineInfoBuilder
impl UnwindSafe for RayTracePipelineInfoBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more