13 #ifndef OGLPLUS_EXT_EXT_DIRECT_STATE_ACCESS_1203031902_HPP
14 #define OGLPLUS_EXT_EXT_DIRECT_STATE_ACCESS_1203031902_HPP
22 #if OGLPLUS_DOCUMENTATION_ONLY || GL_ARB_robustness
34 OGLPLUS_EXTENSION_CLASS(ARB, robustness)
46 OGLPLUS_GLFUNC(GetIntegerv)(
47 GL_RESET_NOTIFICATION_STRATEGY_ARB,
50 OGLPLUS_VERIFY_SIMPLE(GetIntegerv);
62 GLenum result = OGLPLUS_GLFUNC(GetGraphicsResetStatusARB)();
63 OGLPLUS_VERIFY_SIMPLE(GetGraphicsResetStatusARB);
71 #endif // include guard
ResetNotificationStrategy
Graphics reset notification strategy enumeration.
Definition: reset_notif_strategy.hpp:27
Funcions and classes for handling and wrapping OpenGL extensions.
Wrapper for the ARB_robustness extension.
Definition: ARB_robustness.hpp:31
static oglplus::GraphicsResetStatus GraphicsResetStatus(void)
Returns the graphics reset status.
Definition: ARB_robustness.hpp:60
static oglplus::ResetNotificationStrategy ResetNotificationStrategy(void)
Returns the context graphics reset notification strategy.
Definition: ARB_robustness.hpp:43
GraphicsResetStatus
Graphics reset status enumeration.
Definition: graphics_reset_status.hpp:27
Wrapper for the ARB_robustness graphics reset status enumeration.
Wrapper for the ARB_robustness graphics reset notification strategy.