/* * Copyright 2021 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_Buffer_DEFINED #define skgpu_graphite_Buffer_DEFINED #include "include/gpu/GpuTypes.h" #include "src/gpu/graphite/Resource.h" #include "src/gpu/graphite/ResourceTypes.h" namespace skgpu::graphite { class Buffer : public Resource { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_Buffer_DEFINED