2016-03-31 01:56:19 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright 2012 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
#ifndef DebugGLContext_DEFINED
|
|
|
|
#define DebugGLContext_DEFINED
|
|
|
|
|
2016-03-31 17:59:06 +00:00
|
|
|
#include "gl/GLTestContext.h"
|
2016-03-31 01:56:19 +00:00
|
|
|
|
|
|
|
namespace sk_gpu_test {
|
2016-03-31 17:59:06 +00:00
|
|
|
GLTestContext* CreateDebugGLTestContext();
|
2016-03-31 01:56:19 +00:00
|
|
|
} // namespace sk_gpu_test
|
|
|
|
|
|
|
|
#endif
|