Wrapper for synchronization operations. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/synchronization.hpp>
Static Public Member Functions | |
static void | MemoryBarrier (Bitfield< MemoryBarrierBit > bits) |
Defines a barrier for memory transactions. More... | |
static void | Flush (void) |
Indicate that all previous GL commands must finish in finite time. | |
static void | Finish (void) |
Force all previous GL commands to complete before returning. | |
Wrapper for synchronization operations.
|
static |
Defines a barrier for memory transactions.
example:
Error | Requires OpenGL 4.2 or the GL_ARB_shader_image_load_store extension. |