Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Protected Member Functions | Protected Attributes

vl::FBOStencilBufferAttachment Class Reference

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

#include <FramebufferObject.hpp>

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

List of all members.

Public Member Functions

 FBOStencilBufferAttachment (EStencilBufferFormat type=SBF_STENCIL_INDEX8)
 Constructor.
void setType (EStencilBufferFormat type)
 The type to specify when allocating the renderbuffer storage.
EStencilBufferFormat type () const
 The type to specify when allocating the renderbuffer storage.

Protected Member Functions

virtual int internalType ()

Protected Attributes

EStencilBufferFormat mType

Detailed Description

A stencil renderbuffer to be attached to a FramebufferObject.

Definition at line 248 of file FramebufferObject.hpp.


Constructor & Destructor Documentation

vl::FBOStencilBufferAttachment::FBOStencilBufferAttachment ( EStencilBufferFormat  type = SBF_STENCIL_INDEX8 ) [inline]

Constructor.

Definition at line 254 of file FramebufferObject.hpp.

References VL_DEBUG_SET_OBJECT_NAME.


Member Function Documentation

void vl::FBOStencilBufferAttachment::setType ( EStencilBufferFormat  type ) [inline]

The type to specify when allocating the renderbuffer storage.

Definition at line 261 of file FramebufferObject.hpp.

EStencilBufferFormat vl::FBOStencilBufferAttachment::type (  ) const [inline]

The type to specify when allocating the renderbuffer storage.

Definition at line 264 of file FramebufferObject.hpp.

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

Implements vl::FBORenderbufferAttachment.

Definition at line 267 of file FramebufferObject.hpp.


Member Data Documentation

Definition at line 270 of file FramebufferObject.hpp.


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

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:10.
Permission is granted to use this page to write and publish articles regarding Visualization Library.