OGLplus (0.52.0) a C++ wrapper for OpenGL

Wrapper for the GL numeric-query-related operations. More...

#include </home/chochlik/devel/oglplus/include/oglplus/context/numeric_queries.hpp>

Inheritance diagram for oglplus::context::NumericQueries:

Static Public Member Functions

static GLint MajorVersion (void)
 
static GLint MinorVersion (void)
 Queries the minor version number. More...
 
static GLint64 Timestamp (void)
 Query the current GL timestamp. More...
 
static Bitfield
< ContextProfileBit
ProfileMask (void)
 Query the context profile mask. More...
 
static Bitfield< ContextFlagBitFlags (void)
 Query the context flags. More...
 
static ContextReleaseBehavior ReleaseBehavior (void)
 Query the flush control behavior. More...
 
static
oglplus::ResetNotificationStrategy 
ResetNotificationStrategy (void)
 Returns the context graphics reset notification strategy. More...
 
static oglplus::GraphicsResetStatus GraphicsResetStatus (void)
 Returns the graphics reset status. More...
 

Detailed Description

Wrapper for the GL numeric-query-related operations.

Member Function Documentation

static Bitfield<ContextFlagBit> oglplus::context::NumericQueries::Flags ( void  )
static

Query the context flags.

Related OpenGL symbols:
glGet GL_CONTEXT_FLAGS
static oglplus::GraphicsResetStatus oglplus::context::NumericQueries::GraphicsResetStatus ( void  )
static

Returns the graphics reset status.

Related OpenGL symbols:
glGetGraphicsResetStatusARB
static GLint oglplus::context::NumericQueries::MajorVersion ( void  )
static
Exceptions
Error
See Also
MinorVersion
Related OpenGL symbols:
glGet GL_MAJOR_VERSION
Examples:
standalone/001_gl_info.cpp.
static GLint oglplus::context::NumericQueries::MinorVersion ( void  )
static

Queries the minor version number.

Exceptions
Error
See Also
MajorVersion
Related OpenGL symbols:
glGet GL_MINOR_VERSION
Examples:
standalone/001_gl_info.cpp.
static Bitfield<ContextProfileBit> oglplus::context::NumericQueries::ProfileMask ( void  )
static

Query the context profile mask.

Requires OpenGL 3.2.

Related OpenGL symbols:
glGet GL_CONTEXT_PROFILE_MASK
static ContextReleaseBehavior oglplus::context::NumericQueries::ReleaseBehavior ( void  )
static

Query the flush control behavior.

Related OpenGL symbols:
glGet GL_CONTEXT_RELEASE_BEHAVIOR
static oglplus::ResetNotificationStrategy oglplus::context::NumericQueries::ResetNotificationStrategy ( void  )
static

Returns the context graphics reset notification strategy.

Related OpenGL symbols:
glGetIntegerv GL_RESET_NOTIFICATION_STRATEGY
static GLint64 oglplus::context::NumericQueries::Timestamp ( void  )
static

Query the current GL timestamp.

Related OpenGL symbols:
glGet GL_TIMESTAMP

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

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