blob: 56f799aee014fff631b8072f16c23052257ada66 [file] [log] [blame]
/*
* Copyright 2022 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef TestFormatColorTypeCombination_DEFINED
#define TestFormatColorTypeCombination_DEFINED
#include "include/gpu/GrBackendSurface.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
namespace GrTest {
struct TestFormatColorTypeCombination {
GrColorType fColorType;
GrBackendFormat fFormat;
};
}
#endif // TestFormatColorTypeCombination_DEFINED