Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::glfRenderingContextConfig Struct Reference

Configuration for a rendering context. More...

#include <OpenGLFramework/RenderingContext/glfRenderingContext.hh>

Public Member Functions

void Dump (std::ostream &out=std::cout)
 
 glfRenderingContextConfig ()
 

Public Attributes

int alphaSize
 
int blueSize
 
int depthSize
 
bool doubleBuffer
 
int greenSize
 
int height
 
int redSize
 
int stencilSize
 
int width
 

Detailed Description

Configuration for a rendering context.

Examples:
ExampleMultipleDepthWarp.cpp, ExampleMultisampleBlit.cpp, ExamplePlainPerPixelProcessing.cpp, ExampleRenderingContext.cpp, ExampleStencilBuffer.cpp, and ExampleTemplateSpecializedBatch.cpp.

Definition at line 36 of file glfRenderingContext.hh.

Constructor & Destructor Documentation

glfRenderingContextConfig::glfRenderingContextConfig ( )

Definition at line 32 of file glfRenderingContext.cpp.

Member Function Documentation

void glfRenderingContextConfig::Dump ( std::ostream &  out = std::cout)
Examples:
ExampleRenderingContext.cpp.

Definition at line 45 of file glfRenderingContext.cpp.

Member Data Documentation

int BIAS::glfRenderingContextConfig::alphaSize
int BIAS::glfRenderingContextConfig::blueSize
int BIAS::glfRenderingContextConfig::depthSize
bool BIAS::glfRenderingContextConfig::doubleBuffer
int BIAS::glfRenderingContextConfig::greenSize
int BIAS::glfRenderingContextConfig::height
int BIAS::glfRenderingContextConfig::redSize
int BIAS::glfRenderingContextConfig::stencilSize
int BIAS::glfRenderingContextConfig::width

The documentation for this struct was generated from the following files: