chromium/third_party/skia/src/gpu/graphite/Sampler.h

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

#ifndef skgpu_graphite_Sampler_DEFINED
#define skgpu_graphite_Sampler_DEFINED

#include "src/gpu/graphite/Resource.h"

namespace skgpu::graphite {

class Sampler : public Resource {};

} // namepsace skgpu::graphite

#endif // skgpu_graphite_Sampler_DEFINED