chromium/third_party/skia/src/gpu/ganesh/gl/GrGLRenderTarget.h

/*
 * Copyright 2011 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */


#ifndef GrGLRenderTarget_DEFINED
#define GrGLRenderTarget_DEFINED

#include "include/core/SkRefCnt.h"
#include "include/gpu/ganesh/GrBackendSurface.h"
#include "include/gpu/ganesh/gl/GrGLTypes.h"
#include "include/private/base/SkTo.h"
#include "src/gpu/ganesh/GrRenderTarget.h"
#include "src/gpu/ganesh/GrSurface.h"
#include "src/gpu/ganesh/gl/GrGLAttachment.h"
#include "src/gpu/ganesh/gl/GrGLDefines.h"

#include <cstddef>
#include <string_view>

class GrAttachment;
class GrGLCaps;
class GrGLGpu;
class SkTraceMemoryDump;
enum class GrBackendObjectOwnership : bool;
struct SkISize;
namespace skgpu {
enum class Protected : bool;
}

class GrGLRenderTarget : public GrRenderTarget {};

#endif