Struct offscreen_gl_context::DrawBuffer [] [src]

pub struct DrawBuffer { /* fields omitted */ }

This structure represents an offscreen context draw buffer. It has a framebuffer, with at least color renderbuffer (alpha or not). It may also have a depth or stencil buffer, depending on context requirements.

Methods

impl DrawBuffer
[src]

Trait Implementations

impl Drop for DrawBuffer
[src]

A method called when the value goes out of scope. Read more