blob: b7b99430482df98397468222aa9aab7bffa32cc3 [file] [log] [blame]
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef skgpu_MtlUtils_DEFINED
#define skgpu_MtlUtils_DEFINED
#include "experimental/graphite/include/private/GraphiteTypesPriv.h"
#include "include/core/SkImageInfo.h"
#import <Metal/Metal.h>
namespace skgpu::mtl {
bool FormatIsDepthOrStencil(MTLPixelFormat);
MTLPixelFormat SkColorTypeToFormat(SkColorType);
MTLPixelFormat DepthStencilTypeToFormat(DepthStencilType);
} // namespace skgpu::mtl
#endif // skgpu_MtlUtils_DEFINED