branchless = better performance.
This commit is contained in:
@@ -16,6 +16,8 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
||||
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
|
||||
config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
|
||||
config.depthFormat = GLKViewDrawableDepthFormat._24;
|
||||
config.orientationPortrait = false;
|
||||
config.orientationLandscape = true;
|
||||
config.preferredFramesPerSecond = 30;
|
||||
|
||||
RT.var("clojure.core", "require").invoke(Symbol.intern("advent.core"));
|
||||
|
||||
Reference in New Issue
Block a user