#include <GameModule.h>
Definition at line 12 of file GameModule.h.
◆ GameModule()
| EngineCore::GameModule::GameModule |
( |
| ) |
|
|
default |
◆ ~GameModule()
| virtual EngineCore::GameModule::~GameModule |
( |
| ) |
|
|
virtualdefault |
◆ getInitialSceneContents()
| std::vector< std::filesystem::path > EngineCore::GameModule::getInitialSceneContents |
( |
| ) |
const |
|
nodiscardvirtual |
◆ getWindow()
| GLFWwindow * EngineCore::GameModule::getWindow |
( |
| ) |
const |
◆ init()
| void EngineCore::GameModule::init |
( |
GLFWwindow * | window | ) |
|
|
virtual |
◆ initUI()
| void EngineCore::GameModule::initUI |
( |
GLFWwindow * | window | ) |
|
|
virtual |
◆ loadInitialScene()
◆ onDraw()
| void EngineCore::GameModule::onDraw |
( |
VkCommandBuffer | commandBuffer | ) |
|
|
virtual |
◆ postDraw()
| void EngineCore::GameModule::postDraw |
( |
| ) |
|
|
virtual |
◆ postTick()
| void EngineCore::GameModule::postTick |
( |
| ) |
|
|
virtual |
◆ preDraw()
| void EngineCore::GameModule::preDraw |
( |
| ) |
|
|
virtual |
◆ preTick()
| void EngineCore::GameModule::preTick |
( |
| ) |
|
|
virtual |
◆ shutdown()
| void EngineCore::GameModule::shutdown |
( |
| ) |
|
|
virtual |
◆ startup()
| void EngineCore::GameModule::startup |
( |
| ) |
|
|
virtual |
◆ tick()
| void EngineCore::GameModule::tick |
( |
float | deltaTime | ) |
|
|
virtual |
◆ window
| GLFWwindow* EngineCore::GameModule::window |
|
private |
The documentation for this class was generated from the following files:
- /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Game/GameModule.h
- /home/magerbeton/Documents/gl3-vulkan/Engine/src/Engine/Game/GameModule.cpp