Skip to content

Commit

Permalink
Update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelkang committed Sep 1, 2021
1 parent 26d9ae8 commit fc03174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/coreimage.cs
Expand Up @@ -712,19 +712,19 @@ public enum CIRawDecoderVersion : long {
Version8,

[Field ("CIRAWDecoderVersion8DNG")]
Version8DNG,
Version8Dng,

[Field ("CIRAWDecoderVersion7")]
Version7,

[Field ("CIRAWDecoderVersion7DNG")]
Version7DNG,
Version7Dng,

[Field ("CIRAWDecoderVersion6")]
Version6,

[Field ("CIRAWDecoderVersion6DNG")]
Version6DNG,
Version6Dng,
}

[iOS (15,0), Mac (12,0), MacCatalyst (15,0), TV (15,0)]
Expand Down Expand Up @@ -2475,7 +2475,7 @@ interface CIKernel {
[Static]
[Export ("kernelsWithMetalString:error:")]
[return: NullAllowed]
CIKernel[] KernelsWithMetalString (string source, [NullAllowed] out NSError error);
CIKernel[] FromMetalSource (string source, [NullAllowed] out NSError error);

[Deprecated (PlatformName.iOS, 12, 0)]
[Deprecated (PlatformName.MacOSX, 10, 14)]
Expand Down

0 comments on commit fc03174

Please sign in to comment.