chromium/third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.h

/*
 * 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 AtlasInstancedHelper_DEFINED
#define AtlasInstancedHelper_DEFINED

#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/gpu/ganesh/GrTypes.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkMacros.h"
#include "include/private/base/SkTArray.h"
#include "src/core/SkIPoint16.h"
#include "src/gpu/Swizzle.h"
#include "src/gpu/ganesh/GrGeometryProcessor.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/GrSurfaceProxyView.h"
#include "src/gpu/ganesh/glsl/GrGLSLUniformHandler.h"

class GrGLSLProgramDataManager;
class GrShaderVar;

namespace skgpu {
class KeyBuilder;
struct VertexWriter;
}  // namespace skgpu

namespace skgpuganesh  // namespace skgpu::ganesh

#endif // AtlasInstancedHelper_DEFINED