 |
glbinding
2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
|
Go to the documentation of this file.
4 #include <glbinding/glbinding_api.h>
@ Unresolved
Enables the callback for unresolved function calls.
GLBINDING_API CallbackMask operator~(CallbackMask a)
External operator for bit-wise CallbackMask inverting.
GLBINDING_API CallbackMask operator^(CallbackMask a, CallbackMask b)
External operator for bit-wise 'xor' of CallbackMasks.
@ ReturnValue
Enables the provision of a return value in the after callback.
@ None
All callbacks and logging is disabled.
GLBINDING_API CallbackMask & operator|=(CallbackMask &a, CallbackMask b)
External operator for bit-wise 'or' assignment of CallbackMasks.
@ Parameters
Enables the provision of parameter values in the before and after callbacks.
GLBINDING_API CallbackMask operator&(CallbackMask a, CallbackMask b)
External operator for bit-wise 'and' of CallbackMasks.
GLBINDING_API CallbackMask operator|(CallbackMask a, CallbackMask b)
External operator for bit-wise 'or' of CallbackMasks.
@ After
Enables the after callbacks.
@ Logging
Enables logging to file.
CallbackMask
The CallbackMask is a bitfield to encode the states of callbacks and logging for the OpenGL API funct...
Definition: CallbackMask.h:15
@ ParametersAndReturnValue
Contains all the classes of glbinding.
GLBINDING_API CallbackMask & operator^=(CallbackMask &a, CallbackMask b)
External operator for bit-wise 'xor' assignment of CallbackMasks.
GLBINDING_API CallbackMask & operator&=(CallbackMask &a, CallbackMask b)
External operator for bit-wise 'and' assignment of CallbackMasks.
@ Before
Enables the before callbacks.