blob: dacc96af908f406556c95444ee86118e2f53763e [file] [log] [blame]
/*
* 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 {
public:
~Sampler() override;
protected:
Sampler(const SharedContext*);
private:
};
} // namepsace skgpu::graphite
#endif // skgpu_graphite_Sampler_DEFINED