OGLplus (0.52.0) a C++ wrapper for OpenGL

Extension wrappers

Classes

class  oglplus::AMD_performance_monitor
 Wrapper for the AMD_performance_monitor extension. More...
 
class  oglplus::ARB_compatibility
 Wrapper for the ARB_compatibility extension. More...
 
class  oglplus::ARB_copy_image
 Wrapper for the ARB_copy_image extension. More...
 
class  oglplus::ARB_debug_output
 Wrapper for the ARB_debug_output extension. More...
 
class  oglplus::ARB_debug_output_Unique
 Filter for ARB_debug_output removing duplicate messages. More...
 
class  oglplus::ARB_debug_output_Tree
 Filter for ARB_debug_output printing a simple tree to a standard output. More...
 
class  oglplus::ARB_debug_output_ToXML
 Filter for ARB_debug_output formatting the debug output into XML. More...
 
class  oglplus::ARB_robustness
 Wrapper for the ARB_robustness extension. More...
 
class  oglplus::ATI_meminfo
 Wrapper for the ATI_meminfo extension. More...
 
class  oglplus::EXT_direct_state_access
 Wrapper for the EXT_direct_state_access extension. More...
 
class  oglplus::KHR_debug
 Wrapper for the KHR_debug extension. More...
 
class  oglplus::KHR_debug_Unique
 Filter for KHR_debug removing duplicate messages. More...
 
class  oglplus::KHR_debug_Tree
 Filter for KHR_debug printing a simple tree to a standard output. More...
 
class  oglplus::KHR_debug_ToXML
 Filter for KHR_debug formatting the debug output into XML. More...
 
class  oglplus::NV_copy_image
 Wrapper for the NV_copy_image extension. More...
 
class  oglplus::NV_path_rendering
 Wrapper for the NV_path_rendering extension. More...
 

Macros

#define OGLPLUS_HAS_GL_EXT(VENDOR, EXTENSION)   OGLPLUS_EXTENSION_AVAILABLE(VENDOR,EXTENSION)
 Allows to check is the specified extension is available. More...
 

Detailed Description

Classes in this group implement wrappers around OpenGL extensions.

Macro Definition Documentation

#define OGLPLUS_HAS_GL_EXT (   VENDOR,
  EXTENSION 
)    OGLPLUS_EXTENSION_AVAILABLE(VENDOR,EXTENSION)

Allows to check is the specified extension is available.

Example of usage:

if(OGLPLUS_HAS_GL_EXT(ARB,debug_info))
{
// the extension is available
}
else
{
// the extension is not available
}

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).