Cleanup GraphicsApp

This commit is contained in:
2023-10-05 15:52:15 +02:00
parent 82c3b77666
commit ab226e04bf
3 changed files with 12 additions and 12 deletions

View File

@@ -42,12 +42,6 @@ namespace OpenVulkano
Vector3f_SIMD position = {0, 0, -10};
public:
std::string GetAppName() override
{ return "ExampleApp"; }
OpenVulkano::Version GetAppVersion() override
{ return {"v1.0"}; }
void Init() override
{
auto engineConfig = OpenVulkano::EngineConfiguration::GetEngineConfiguration();