/* * Copyright 2019 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrBuffer_DEFINED #define GrBuffer_DEFINED #include "include/gpu/ganesh/GrTypes.h" /** Base class for a GPU buffer object or a client side arrays. */ class GrBuffer { … }; #endif