|
Ream v0.1.0-1
C++ graphics library for Linux
|
Context-specific user data. More...
#include <RGLContext.h>
Inheritance diagram for RGLContextData:Public Member Functions | |
| RGLContextData () noexcept | |
| Constructs an empty context data object. | |
Public Member Functions inherited from RObject | |
| RObject ()=default | |
| Constructs a default RObject. | |
Context-specific user data.
This class should only be instantiated through the allocator function provided to an RGLContextDataManager.
Creating it elsewhere will result in resource leaks.
|
noexcept |
Constructs an empty context data object.
Should only be invoked from the allocator function passed to RGLContextDataManager::Make().