#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) { … }
}
#endif
SkString DawnTextureSpec::toString() const { … }
DawnTextureInfo DawnTextureInfoFromWGPUTexture(WGPUTexture texture) { … }
DawnTextureInfo DawnTextureSpecToTextureInfo(const DawnTextureSpec& dawnSpec,
uint32_t sampleCount,
Mipmapped mipmapped) { … }
}