OGLplus (0.52.0) a C++ wrapper for OpenGL

oglplus::ObjBindingOps< tag::Framebuffer > Class Template Reference

Framebuffer binding operations. More...

#include </home/chochlik/devel/oglplus/include/oglplus/framebuffer.hpp>

Inheritance diagram for oglplus::ObjBindingOps< tag::Framebuffer >:

Public Types

typedef FramebufferTarget Target
 Framebuffer bind targets.
 

Static Public Member Functions

static FramebufferName Binding (Target target)
 Returns the current Framebuffer bound to specified target. More...
 
static void Bind (Target target, FramebufferName framebuffer)
 Binds the specified framebuffer to the specified target. More...
 

Detailed Description

template<>
class oglplus::ObjBindingOps< tag::Framebuffer >

Framebuffer binding operations.

Member Function Documentation

static void oglplus::ObjBindingOps< tag::Framebuffer >::Bind ( Target  target,
FramebufferName  framebuffer 
)
static

Binds the specified framebuffer to the specified target.

Related OpenGL symbols:
glBindFramebuffer

References oglplus::GetGLName().

static FramebufferName oglplus::ObjBindingOps< tag::Framebuffer >::Binding ( Target  target)
static

Returns the current Framebuffer bound to specified target.

Related OpenGL symbols:
glGetIntegerv

The documentation for this class was generated from the following file:

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).