Struct ringl::SimpleFbo[][src]

pub struct SimpleFbo { /* fields omitted */ }

Methods

impl SimpleFbo
[src]

[]

Copy the contents of the color attachments of this Fbo to dst

From the src_rect rectangle to dst_rect

[]

Copy the contents of the depth attachments of this Fbo to dst

From the src_rect rectangle to dst_rect

[]

Returns the color attachent idx's texture if it exists

[]

Returns the depth attachent

[]

Returns the default viewport for this Fbo

[]

Returns the width for this Fbo

[]

Returns the height for this Fbo

[]

Returns the aspect ratio for this Fbo

[]

Returns the width and height for this Fbo

Trait Implementations

impl<'a> Render2d for &'a SimpleFbo
[src]

impl OffscreenBuffer for SimpleFbo
[src]

Auto Trait Implementations

impl !Send for SimpleFbo

impl !Sync for SimpleFbo