Skip to content

Commit

Permalink
swift name tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo committed Jul 1, 2020
1 parent dec3a54 commit b8fa1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frameworks/MetalPetal/MTICVMetalTextureBridging.h
Expand Up @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN

@protocol MTICVMetalTextureBridging <NSObject>

+ (nullable instancetype)newCoreVideoMetalTextureBridgeWithDevice:(id<MTLDevice>)device error:(NSError **)error NS_SWIFT_NAME(makeCoreVideoMetalTextureBridge(with:));
+ (nullable instancetype)newCoreVideoMetalTextureBridgeWithDevice:(id<MTLDevice>)device error:(NSError **)error NS_SWIFT_NAME(makeCoreVideoMetalTextureBridge(device:));

- (nullable id<MTICVMetalTexture>)newTextureWithCVImageBuffer:(CVImageBufferRef)imageBuffer
textureDescriptor:(MTLTextureDescriptor *)textureDescriptor
Expand Down

0 comments on commit b8fa1e7

Please sign in to comment.