blob: 0d9d0a32e5602ad12d33a705273fa5a0d35c9ae0 [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_graphite_MtlGraphiteUtilsPriv_DEFINED
#define skgpu_graphite_MtlGraphiteUtilsPriv_DEFINED
#include "include/ports/SkCFObject.h"
#include "src/gpu/graphite/ResourceTypes.h"
#include <string_view>
#import <Metal/Metal.h>
namespace skgpu {
class ShaderErrorHandler;
}
namespace skgpu::graphite {
class MtlSharedContext;
MTLPixelFormat MtlDepthStencilFlagsToFormat(SkEnumBitMask<DepthStencilFlags>);
sk_cfp<id<MTLLibrary>> MtlCompileShaderLibrary(const MtlSharedContext* sharedContext,
std::string_view msl,
ShaderErrorHandler* errorHandler);
} // namespace skgpu::graphite
#endif // skgpu_graphite_MtlGraphiteUtilsPriv_DEFINED