Rendering Context.
More...
#include <RenderContext.hpp>
Rendering Context.
Definition at line 112 of file RenderContext.hpp.
◆ RenderContext() [1/2]
gamp::render::RenderContext::RenderContext |
( |
Private | | ) |
|
|
inlinenoexcept |
◆ RenderContext() [2/2]
Private: Create an instance.
Given profile tag must be a valid implementation profile.
Definition at line 129 of file RenderContext.hpp.
◆ ~RenderContext()
virtual gamp::render::RenderContext::~RenderContext |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ signature()
virtual const jau::type_info & gamp::render::RenderContext::signature |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ renderProfile()
virtual const RenderProfile & gamp::render::RenderContext::renderProfile |
( |
| ) |
const |
|
inlinevirtualnoexcept |
◆ isValid()
bool gamp::render::RenderContext::isValid |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ context()
◆ version()
◆ contextFlags()
◆ dispose()
virtual void gamp::render::RenderContext::dispose |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ disposedNotify()
virtual void gamp::render::RenderContext::disposedNotify |
( |
| ) |
|
|
inlinevirtual |
◆ makeCurrent()
◆ releaseContext()
virtual void gamp::render::RenderContext::releaseContext |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ boundSurface()
◆ getAttachedObject()
AttachableRef gamp::render::RenderContext::getAttachedObject |
( |
std::string_view | key | ) |
const |
|
inline |
Returns the attached user object for the given name.
Definition at line 162 of file RenderContext.hpp.
◆ clearAttachedObjects()
void gamp::render::RenderContext::clearAttachedObjects |
( |
| ) |
|
|
inline |
◆ attachObject()
Attaches user object for the given name, overwrites old mapping if exists.
- Returns
- previously set object or nullptr.
Definition at line 171 of file RenderContext.hpp.
◆ detachObject()
AttachableRef gamp::render::RenderContext::detachObject |
( |
std::string_view | key | ) |
|
|
inline |
Removes attached object if exists and returns it, otherwise returns nullptr.
Definition at line 174 of file RenderContext.hpp.
◆ toString()
std::string gamp::render::RenderContext::toString |
( |
| ) |
const |
|
virtual |
◆ m_surface
The documentation for this class was generated from the following files: