API Documentation
|
Used by Viewports to signal they are rendering and we should not be performing an Update. More...
#include <GraphicsUpdater.h>
Public Member Functions | |
CheckoutLock (CheckoutLock &&checkout) | |
CheckoutLock (const CheckoutLock &checkout)=delete | |
CheckoutLock (GraphicsUpdater *updater, bool wait_until_ready, UUID id=Constant< UUID >::Invalid) | |
bool | isCheckedOut () |
~CheckoutLock () | |
Protected Attributes | |
UUID | m_id |
RLock | m_lock |
GraphicsUpdater * | m_updater |
Used by Viewports to signal they are rendering and we should not be performing an Update.
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |