|
|
| Layer (const std::string &name) |
|
| Layer (const Layer &other)=delete |
| virtual void | onAttach () |
|
virtual void | onDetach () |
| virtual void | onUpdate () |
|
virtual void | onRender () |
|
virtual void | begin () |
|
virtual void | end () |
|
std::string | getName () const |
|
bool | isAttached () const |
|
|
std::string | m_name {"Layer"} |
|
bool | m_attached = false |
◆ onAttach()
| virtual void ogl::Layer::onAttach |
( |
| ) |
|
|
inlinevirtual |
◆ onUpdate()
| virtual void ogl::Layer::onUpdate |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: