/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrBackendDrawableInfo_DEFINED #define GrBackendDrawableInfo_DEFINED #include "include/gpu/ganesh/GrTypes.h" #include "include/gpu/ganesh/vk/GrVkTypes.h" // If necessary, this could be pulled into a generic interface, but at this point, we only expect // it to be used by the Ganesh Vulkan backend. class SK_API GrBackendDrawableInfo { … }; #endif