#include <MRVisualObject.h>
Public Member Functions | |
operator uint32_t & () | |
operator uint32_t () const | |
Dirty () noexcept=default | |
Dirty (const Dirty &) noexcept | |
Dirty (Dirty &&) noexcept=default | |
Dirty & | operator= (const Dirty &) noexcept |
Dirty & | operator= (Dirty &&) noexcept=default |
Dirty & | operator= (uint32_t b) noexcept |
Public Attributes | |
uint32_t | f {DIRTY_ALL} |
Marks dirty buffers that need to be uploaded to OpenGL. Dirty flags must be moved together with renderObj_, but not copied since renderObj_ is not copied as well
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
inline |
|
inline |
|
inlinenoexcept |
uint32_t MR::Dirty::f {DIRTY_ALL} |