Wrapper for the GL numeric-query-related operations. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/numeric_queries.hpp>
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< ContextFlagBit > | Flags (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... | |
Wrapper for the GL numeric-query-related operations.
|
static |
Query the context flags.
GL_CONTEXT_FLAGS
|
static |
Returns the graphics reset status.
|
static |
Error |
GL_MAJOR_VERSION
|
static |
Queries the minor version number.
Error |
GL_MINOR_VERSION
|
static |
Query the context profile mask.
Requires OpenGL 3.2.
GL_CONTEXT_PROFILE_MASK
|
static |
Query the flush control behavior.
GL_CONTEXT_RELEASE_BEHAVIOR
|
static |
Returns the context graphics reset notification strategy.
GL_RESET_NOTIFICATION_STRATEGY
|
static |
Query the current GL timestamp.
GL_TIMESTAMP