blob: 2cb99a7b858ee678b9b900f1ac48b9d8cae90212 [file] [log] [blame]
/*
* Copyright 2026 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_sparse_strips_StripGenerator_DEFINED
#define skgpu_graphite_sparse_strips_StripGenerator_DEFINED
#include <array>
#include <cstdint>
#include <limits>
#include <memory>
#include <optional>
namespace skgpu::graphite {
class StripGenerator {
public:
StripGenerator() {}
};
} // namespace skgpu::graphite
#endif // skgpu_graphite_sparse_strips_StripGenerator_DEFINED