blob: 75d00357ca5c86f55a9d489b3b8d6a39dd15c16c [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef skgpu_Context_DEFINED
#define skgpu_Context_DEFINED
namespace skgpu {
class Context {
public:
Context();
private:
};
} // namespace skgpu
#endif // skgpu_Context_DEFINED