Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Member Functions | Protected Attributes

vl::FBODepthStencilBufferAttachment Class Reference

A depth+stencil renderbuffer to be attached to a FramebufferObject. More...

#include <FramebufferObject.hpp>

Inheritance diagram for vl::FBODepthStencilBufferAttachment:
vl::FBORenderbufferAttachment vl::FBOAbstractAttachment vl::Object

List of all members.

Public Member Functions

 FBODepthStencilBufferAttachment (EDepthStencilBufferFormat type=DSBT_DEPTH_STENCIL)
 Constructor.
void setType (EDepthStencilBufferFormat type)
 The type to specify when allocating the renderbuffer storage.
EDepthStencilBufferFormat type () const
 The type to specify when allocating the renderbuffer storage.

Protected Member Functions

virtual int internalType ()

Protected Attributes

EDepthStencilBufferFormat mType

Detailed Description

A depth+stencil renderbuffer to be attached to a FramebufferObject.

Definition at line 278 of file FramebufferObject.hpp.


Constructor & Destructor Documentation

vl::FBODepthStencilBufferAttachment::FBODepthStencilBufferAttachment ( EDepthStencilBufferFormat  type = DSBT_DEPTH_STENCIL) [inline]

Constructor.

Definition at line 284 of file FramebufferObject.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

void vl::FBODepthStencilBufferAttachment::setType ( EDepthStencilBufferFormat  type) [inline]

The type to specify when allocating the renderbuffer storage.

Definition at line 291 of file FramebufferObject.hpp.

EDepthStencilBufferFormat vl::FBODepthStencilBufferAttachment::type ( ) const [inline]

The type to specify when allocating the renderbuffer storage.

Definition at line 294 of file FramebufferObject.hpp.

virtual int vl::FBODepthStencilBufferAttachment::internalType ( ) [inline, protected, virtual]

Implements vl::FBORenderbufferAttachment.

Definition at line 297 of file FramebufferObject.hpp.


Member Data Documentation

Definition at line 300 of file FramebufferObject.hpp.


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

Visualization Library 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:41:28.
Permission is granted to use this page to write and publish articles regarding Visualization Library.