starting swap chain and image views

This commit is contained in:
Harrison Corlett 2026-01-20 15:38:46 +00:00
parent 015c5aaa84
commit 3bf2ebd06f
7 changed files with 88 additions and 9 deletions

View file

@ -8,7 +8,7 @@ public class Init {
public static void main(String[] args){
Logger.info("Launching Software");
var GameEngine = new PrimaryRuntime("Terrain4J", new GameCore());
GameEngine.run();
Logger.info("Launched Engine");
GameEngine.run();
}
}