|
Equalizer
2.0.0
Parallel Rendering Framework
|
A swapbarrier is set on a Compound to synchronize the swap buffer between windows. More...
#include <swapBarrier.h>
Inheritance diagram for eq::fabric::SwapBarrier:
Collaboration diagram for eq::fabric::SwapBarrier:Public Member Functions | |
| SwapBarrier () | |
| Constructs a new SwapBarrier. | |
Data Access. | |
| void | setName (const std::string &name) |
| const std::string | getName () const |
| uint32_t | getNVSwapGroup () const |
| void | setNVSwapGroup (uint32_t nvGroup) |
| uint32_t | getNVSwapBarrier () const |
| void | setNVSwapBarrier (uint32_t nvBarrier) |
| bool | isNvSwapBarrier () const |
A swapbarrier is set on a Compound to synchronize the swap buffer between windows.
Swap barriers with the same name are linked together, that is, all compounds holding a swap barrier with the same name synchronize their window's swap command.
Definition at line 37 of file swapBarrier.h.