chromium/third_party/skia/src/gpu/ganesh/GrShaderCaps.h

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

#include "include/private/base/SkAssert.h"
#include "src/sksl/SkSLUtil.h"

class SkJSONWriter;
struct GrContextOptions;

struct GrShaderCaps : SkSL::ShaderCaps {};

#endif