Struct screen_13::driver::RayTracePipeline
source · [−]pub struct RayTracePipeline<P> where
P: SharedPointerKind, {
pub descriptor_bindings: DescriptorBindingMap,
pub descriptor_info: PipelineDescriptorInfo<P>,
pub info: RayTracePipelineInfo,
pub layout: PipelineLayout,
/* private fields */
}Fields
descriptor_bindings: DescriptorBindingMapdescriptor_info: PipelineDescriptorInfo<P>info: RayTracePipelineInfolayout: PipelineLayoutImplementations
sourceimpl<P> RayTracePipeline<P> where
P: SharedPointerKind,
impl<P> RayTracePipeline<P> where
P: SharedPointerKind,
pub fn create<S>(
device: &SharedPointer<Device<P>, P>,
info: impl Into<RayTracePipelineInfo>,
shaders: impl IntoIterator<Item = S>,
shader_groups: impl IntoIterator<Item = RayTraceShaderGroup>
) -> Result<Self, DriverError> where
S: Into<Shader>,
Trait Implementations
sourceimpl<P: Debug> Debug for RayTracePipeline<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for RayTracePipeline<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for RayTracePipeline<P> where
P: SharedPointerKind,
impl<P> Deref for RayTracePipeline<P> where
P: SharedPointerKind,
sourceimpl<P> Drop for RayTracePipeline<P> where
P: SharedPointerKind,
impl<P> Drop for RayTracePipeline<P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<P> !RefUnwindSafe for RayTracePipeline<P>
impl<P> Send for RayTracePipeline<P> where
P: Send,
impl<P> Sync for RayTracePipeline<P> where
P: Sync,
impl<P> Unpin for RayTracePipeline<P> where
P: Unpin,
impl<P> !UnwindSafe for RayTracePipeline<P>
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