Skip to content

Commit eb7bd30

Browse files
authored
Merge pull request #3353 from jrose-apple/update-apinotes
Update API notes for Metal and AVFoundation
2 parents 65a44b5 + df0ffb0 commit eb7bd30

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

apinotes/AVFoundation.apinotes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ Functions:
243243
Enumerators:
244244
- Name: AVMovieWritingAddMovieHeaderToDestination
245245
SwiftName: addMovieHeaderToDestination
246+
- Name: AVMusicSequenceLoadSMF_ChannelsToTracks
247+
SwiftName: smfChannelsToTracks
246248
Tags:
247249
- Name: AVError
248250
NSErrorDomain: AVFoundationErrorDomain

apinotes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ set(SWIFT_API_NOTES_INPUTS
1616
Intents
1717
LocalAuthentication
1818
MediaPlayer
19+
Metal
1920
MultipeerConnectivity
2021
NotificationCenter
2122
ObjectiveC

apinotes/Metal.apinotes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
Name: Metal
3+
Enumerators:
4+
- Name: MTLTextureUsageUnknown
5+
SwiftName: unknown

0 commit comments

Comments
 (0)