|
Nugget
|


Public Member Functions | |
| void | render () |
Public Member Functions inherited from psyqo::Scene | |
| virtual void | start (StartReason reason) |
| Starts the scene. More... | |
| virtual void | teardown (TearDownReason reason) |
| Tears down the scene. More... | |
Additional Inherited Members | |
Public Types inherited from psyqo::Scene | |
| enum class | StartReason { Create , Resume } |
| enum class | TearDownReason { Destroy , Pause } |
Protected Member Functions inherited from psyqo::Scene | |
| void | pushScene (Scene *scene) |
Alias for Application::pushScene. | |
| Scene * | popScene () |
Alias for Application::popScene. | |
| psyqo::GPU & | gpu () |
Alias for Application::gpu(). | |