Struct glium::framebuffer::RenderBufferAny [] [src]

pub struct RenderBufferAny { /* fields omitted */ }

A RenderBuffer of indeterminate type.

Methods

impl RenderBufferAny
[src]

[src]

Returns the dimensions of the render buffer.

[src]

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

[src]

Returns the context used to create this renderbuffer.

[src]

Returns the kind of renderbuffer.

Trait Implementations

impl Drop for RenderBufferAny
[src]

[src]

Executes the destructor for this type. Read more

impl GlObject for RenderBufferAny
[src]

The type of identifier for this object.

[src]

Returns the id of the object.