Struct nannou::ui::backend::glium::glium::framebuffer::RenderBufferAny[][src]

pub struct RenderBufferAny { /* fields omitted */ }

A RenderBuffer of indeterminate type.

Methods

impl RenderBufferAny
[src]

Returns the dimensions of the render buffer.

Returns the number of samples of the render buffer, or None if multisampling isn't enabled.

Returns the context used to create this renderbuffer.

Returns the kind of renderbuffer.

Trait Implementations

impl GlObject for RenderBufferAny
[src]

The type of identifier for this object.

Returns the id of the object.

impl Drop for RenderBufferAny
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations