![]() |
FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
|
Public Member Functions | |
constexpr | ContextAware (Context const &context) |
constexpr | ContextAware (ContextAware const &r)=default |
constexpr | ContextAware (ContextAware &&r) noexcept=default |
ContextAware & | operator= (ContextAware const &r)=delete |
ContextAware & | operator= (ContextAware &&r) noexcept=delete |
constexpr Context const & | getContext () const |
void | swapContext (Context const &context) |
virtual void | destroy ()=0 |
Protected Member Functions | |
void | verifyContext (ContextAware const &r) const |