Struct lf_gfx::FragmentOnlyRenderPassDescriptor
source · pub struct FragmentOnlyRenderPassDescriptor<'tex, 'desc> {
pub label: Label<'desc>,
pub color_attachments: &'desc [Option<RenderPassColorAttachment<'tex>>],
pub stencil_attachment: Option<FragmentOnlyRenderPassStencilAttachment<'tex>>,
}Fields§
§label: Label<'desc>§color_attachments: &'desc [Option<RenderPassColorAttachment<'tex>>]§stencil_attachment: Option<FragmentOnlyRenderPassStencilAttachment<'tex>>Auto Trait Implementations§
impl<'tex, 'desc> !RefUnwindSafe for FragmentOnlyRenderPassDescriptor<'tex, 'desc>
impl<'tex, 'desc> Send for FragmentOnlyRenderPassDescriptor<'tex, 'desc>
impl<'tex, 'desc> Sync for FragmentOnlyRenderPassDescriptor<'tex, 'desc>
impl<'tex, 'desc> Unpin for FragmentOnlyRenderPassDescriptor<'tex, 'desc>
impl<'tex, 'desc> !UnwindSafe for FragmentOnlyRenderPassDescriptor<'tex, 'desc>
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