Classes | Namespaces | Typedefs | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/utility/gl/gl_render_buffer.h File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/utility/gl/gl.h>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  OpenTissue::gl::Renderbuffer

Namespaces

namespace  OpenTissue
namespace  OpenTissue::gl

Typedefs

typedef boost::shared_ptr
< Renderbuffer > 
OpenTissue::gl::renderbuffer_pointer

Functions

renderbuffer_pointer OpenTissue::gl::create_depth_buffer (unsigned int width, unsigned int height)
renderbuffer_pointer OpenTissue::gl::create_stencil_buffer (unsigned int width, unsigned int height)
renderbuffer_pointer OpenTissue::gl::create_packed_depth_and_stencil_buffer (unsigned int width, unsigned int height)