Ream v0.1.0-1
C++ graphics library for Linux
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RGLContextData Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RGLContextData()

RGLContextData ( )
noexcept

Constructs an empty context data object.

Should only be invoked from the allocator function passed to RGLContextDataManager::Make().