Struct nc_renderer::common::FrameBufferDesc [−][src]
pub struct FrameBufferDesc {
pub color_attachements: [Option<SurfaceAttachment>; 4],
pub depth_stencil_attachement: SurfaceAttachment,
}
Fields
color_attachements: [Option<SurfaceAttachment>; 4]
depth_stencil_attachement: SurfaceAttachment
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FrameBufferDesc
impl !Send for FrameBufferDesc
impl !Sync for FrameBufferDesc
impl Unpin for FrameBufferDesc
impl !UnwindSafe for FrameBufferDesc
Blanket Implementations
Mutably borrows from an owned value. Read more