Struct voodoo::Framebuffer [] [src]

pub struct Framebuffer { /* fields omitted */ }

A framebuffer.

Destruction

Dropping this Framebuffer will cause Device::destroy_framebuffer to be called, automatically releasing any resources associated with it.

Methods

impl Framebuffer
[src]

[src]

Returns a new FramebufferBuilder.

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for Framebuffer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Framebuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h Framebuffer
[src]

[src]

Auto Trait Implementations

impl Send for Framebuffer

impl Sync for Framebuffer