Struct screen_13::driver::RayTracePipelineInfo
source · [−]pub struct RayTracePipelineInfo {
pub bindless_descriptor_count: u32,
pub max_ray_recursion_depth: u32,
pub name: Option<String>,
}Fields
bindless_descriptor_count: u32max_ray_recursion_depth: u32name: Option<String>A descriptive name used in debugging messages.
Implementations
sourceimpl RayTracePipelineInfo
impl RayTracePipelineInfo
pub fn new() -> RayTracePipelineInfoBuilder
Trait Implementations
sourceimpl Clone for RayTracePipelineInfo
impl Clone for RayTracePipelineInfo
sourcefn clone(&self) -> RayTracePipelineInfo
fn clone(&self) -> RayTracePipelineInfo
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 RayTracePipelineInfo
impl Debug for RayTracePipelineInfo
sourceimpl Default for RayTracePipelineInfo
impl Default for RayTracePipelineInfo
sourceimpl Hash for RayTracePipelineInfo
impl Hash for RayTracePipelineInfo
sourceimpl PartialEq<RayTracePipelineInfo> for RayTracePipelineInfo
impl PartialEq<RayTracePipelineInfo> for RayTracePipelineInfo
sourcefn eq(&self, other: &RayTracePipelineInfo) -> bool
fn eq(&self, other: &RayTracePipelineInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RayTracePipelineInfo) -> bool
fn ne(&self, other: &RayTracePipelineInfo) -> bool
This method tests for !=.
impl Eq for RayTracePipelineInfo
impl StructuralEq for RayTracePipelineInfo
impl StructuralPartialEq for RayTracePipelineInfo
Auto Trait Implementations
impl RefUnwindSafe for RayTracePipelineInfo
impl Send for RayTracePipelineInfo
impl Sync for RayTracePipelineInfo
impl Unpin for RayTracePipelineInfo
impl UnwindSafe for RayTracePipelineInfo
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