Vulkan Engine 0.0
A simple Vulkan engine demo
|
Main class and entry point of the application. More...
#include <engine_app.hpp>
Public Member Functions | |
EngineApp () | |
~EngineApp () | |
EngineApp (const EngineApp &)=delete | |
EngineApp & | operator= (const EngineApp &)=delete |
void | fire_cube (EngineObject &viewer_object, EngineDescriptorManager &descman) |
Launches a physics cube forward from the camera. More... | |
void | run () |
Main loop of the scene. More... | |
Main class and entry point of the application.
|
inline |
|
inline |
|
delete |
|
inline |
Launches a physics cube forward from the camera.
|
inline |
Main loop of the scene.