chromium/third_party/skia/src/gpu/graphite/UniquePaintParamsID.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_UniquePaintParamsID_DEFINED
#define skgpu_graphite_UniquePaintParamsID_DEFINED

#include "include/core/SkTypes.h"

namespace skgpu::graphite {

// This class boils down to a unique uint that can be used instead of a variable length
// key derived from a PaintParams.
class UniquePaintParamsID {};

} // skgpu::graphite

#endif // skgpu_graphite_UniquePaintParamsID_DEFINED