starting swap chain and image views
This commit is contained in:
parent
015c5aaa84
commit
3bf2ebd06f
7 changed files with 88 additions and 9 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue