blob: b487d5314e74f0acabef645ec0770383f7076971 [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001
bsalomon@google.comf987d1b2011-04-04 17:13:52 +00002/*
epoger@google.comec3ed6a2011-07-28 14:26:00 +00003 * Copyright 2011 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
bsalomon@google.comf987d1b2011-04-04 17:13:52 +00007 */
8
bsalomon@google.com15b11df2011-09-16 21:18:29 +00009struct GrGLinterface;
epoger@google.comec3ed6a2011-07-28 14:26:00 +000010
bsalomon@google.com6fb736f2011-09-16 18:51:57 +000011const GrGLInterface* GrGLDefaultInterface() {
12 return NULL;
bsalomon@google.comf987d1b2011-04-04 17:13:52 +000013}