| /* |
| * 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 |