progres.s

This commit is contained in:
Bryce Covert
2016-10-14 21:53:28 -07:00
parent 00387302fe
commit c826ca6860
5 changed files with 3 additions and 7 deletions

View File

@@ -14,8 +14,8 @@ import org.robovm.apple.glkit.GLKViewDrawableDepthFormat;
public class IOSLauncher extends IOSApplication.Delegate {
protected IOSApplication createApplication() {
IOSApplicationConfiguration config = new IOSApplicationConfiguration();
config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
config.depthFormat = GLKViewDrawableDepthFormat._24;
// config.colorFormat = GLKViewDrawableColorFormat.SRGBA8888;
// config.depthFormat = GLKViewDrawableDepthFormat._24;
config.orientationPortrait = false;
config.orientationLandscape = true;
config.preferredFramesPerSecond = 30;