chromium/third_party/skia/src/gpu/graphite/dawn/DawnGraphiteTypesPriv.cpp

/*
 * Copyright 2022 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/gpu/graphite/dawn/DawnGraphiteTypesPriv.h"

namespace skgpu::graphite {

#if !defined(__EMSCRIPTEN__)
namespace ycbcrUtils {
bool DawnDescriptorsAreEquivalent(const wgpu::YCbCrVkDescriptor& desc1,
                                  const wgpu::YCbCrVkDescriptor& desc2) {}
}  // namespace ycbcrUtils
#endif

SkString DawnTextureSpec::toString() const {}

DawnTextureInfo DawnTextureInfoFromWGPUTexture(WGPUTexture texture) {}

DawnTextureInfo DawnTextureSpecToTextureInfo(const DawnTextureSpec& dawnSpec,
                                             uint32_t sampleCount,
                                             Mipmapped mipmapped) {}

}  // namespace skgpu::graphite