diff options
author | reed <reed@google.com> | 2015-04-09 13:43:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-09 13:43:22 -0700 |
commit | a1e41c6d9a2029eb836c6120bb154ccd25e1588d (patch) | |
tree | 3fc8582ec81e96f1538d95f6c6705434cc95b0ca /experimental | |
parent | 2b86155b42c2493ff0c558ce105a464769962274 (diff) |
default to 8888 for ganesh in sampleapp on iOS
BUG=skia:
Review URL: https://codereview.chromium.org/1078843002
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/iOSSampleApp/SkSampleUIView.mm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/experimental/iOSSampleApp/SkSampleUIView.mm b/experimental/iOSSampleApp/SkSampleUIView.mm index 0d7a4db2bd..c0e27d6805 100644 --- a/experimental/iOSSampleApp/SkSampleUIView.mm +++ b/experimental/iOSSampleApp/SkSampleUIView.mm @@ -1,7 +1,14 @@ +/* + * Copyright 2015 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + #import "SkSampleUIView.h" -#define SKGL_CONFIG kEAGLColorFormatRGB565 -//#define SKGL_CONFIG kEAGLColorFormatRGBA8 +//#define SKGL_CONFIG kEAGLColorFormatRGB565 +#define SKGL_CONFIG kEAGLColorFormatRGBA8 #define FORCE_REDRAW |