Struct kiss3d::resource::FramebufferManager [] [src]

pub struct FramebufferManager { /* fields omitted */ }

A framebuffer manager. It is a simple to to switch between an off-screen framebuffer and the default (window) framebuffer.

Methods

impl FramebufferManager
[src]

Creates a new framebuffer manager.

Creates a new render target. A render target is the combination of a color buffer and a depth buffer.

Returns the render target associated with the screen.

Selects a specific render target

Trait Implementations

impl Drop for FramebufferManager
[src]

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