[−][src]Struct wgpu::RenderPassDescriptor
Describes the attachments of a render pass.
Fields
color_attachments: &'b [RenderPassColorAttachmentDescriptor<'a>]
The color attachments of the render pass.
depth_stencil_attachment: Option<RenderPassDepthStencilAttachmentDescriptor<'a>>
The depth and stencil attachment of the render pass, if any.
Trait Implementations
impl<'a, 'b> Clone for RenderPassDescriptor<'a, 'b>
[src][+]
impl<'a, 'b> Debug for RenderPassDescriptor<'a, 'b>
[src][+]
impl<'a, 'b> Default for RenderPassDescriptor<'a, 'b>
[src][+]
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for RenderPassDescriptor<'a, 'b>
impl<'a, 'b> Send for RenderPassDescriptor<'a, 'b>
impl<'a, 'b> Sync for RenderPassDescriptor<'a, 'b>
impl<'a, 'b> Unpin for RenderPassDescriptor<'a, 'b> where
'a: 'b,
'a: 'b,
impl<'a, 'b> !UnwindSafe for RenderPassDescriptor<'a, 'b>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,