|
SFML
Simple and Fast Multimedia Library
|
RAII helper class to temporarily lock an available context for use. More...
#include <GlResource.hpp>
Public Member Functions | |
| TransientContextLock () | |
| Default constructor. | |
| ~TransientContextLock () | |
| Destructor. | |
| TransientContextLock (const TransientContextLock &)=delete | |
| Deleted copy constructor. | |
| TransientContextLock & | operator= (const TransientContextLock &)=delete |
| Deleted copy assignment. | |
RAII helper class to temporarily lock an available context for use.
| sf::GlResource::TransientContextLock::TransientContextLock | ( | ) |
Default constructor.
| sf::GlResource::TransientContextLock::~TransientContextLock | ( | ) |
Destructor.
|
delete |
Deleted copy constructor.
|
delete |
Deleted copy assignment.