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 packed or independent depth or stencil buffers, depending on context requirements.

Methods

impl DrawBuffer
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for DrawBuffer
[src]

[src]

Executes the destructor for this type. Read more