blob: b6308e3b68289e0b4cb2ffda4f8636251da873fc [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
epoger@google.comec3ed6a2011-07-28 14:26:00 +00009
bsalomon@google.com6fb736f2011-09-16 18:51:57 +000010const GrGLInterface* GrGLDefaultInterface() {
11 return NULL;
bsalomon@google.comf987d1b2011-04-04 17:13:52 +000012}