Struct glw::rendertarget::RenderTarget[][src]

pub struct RenderTarget { /* fields omitted */ }

Methods

impl RenderTarget
[src]

Creates a new render target with a specified size

Copies data from the CPU to the GPU memory

Returns the internal OpenGL handle to the framebuffer

Returns the internal OpenGL handle to the texture

Trait Implementations

impl Default for RenderTarget
[src]

Returns the "default value" for a type. Read more

impl Drop for RenderTarget
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations