Skip to content

[ModelIO] Implement Xcode 16.0 beta 1-6 changes. #21032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/modelio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3249,4 +3249,12 @@ interface MDLAnimatedQuaternion {
nuint _GetDoubleQuaternionArray (IntPtr valuesArray, nuint maxCount);
}

[TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[DisableDefaultCtor]
[BaseType (typeof (NSObject))]
interface MDLUtility {
[Static]
[Export ("convertToUSDZ:writeToURL:")]
void ConvertToUsdz (NSUrl inputUrl, NSUrl outputUrl);
}
}
2 changes: 2 additions & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42348,6 +42348,7 @@ M:ModelIO.MDLTransformTranslateOp.GetNMatrix4(System.Double)
M:ModelIO.MDLTransformTranslateOp.GetNMatrix4d(System.Double)
M:ModelIO.MDLUrlTexture.#ctor(Foundation.NSData,System.Boolean,System.String,CoreGraphics.NVector2i,System.IntPtr,System.UIntPtr,ModelIO.MDLTextureChannelEncoding,System.Boolean)
M:ModelIO.MDLUrlTexture.#ctor(Foundation.NSUrl,System.String)
M:ModelIO.MDLUtility.ConvertToUsdz(Foundation.NSUrl,Foundation.NSUrl)
M:ModelIO.MDLVertexAttribute.#ctor(System.String,ModelIO.MDLVertexFormat,System.UIntPtr,System.UIntPtr)
M:ModelIO.MDLVertexAttribute.Copy(Foundation.NSZone)
M:ModelIO.MDLVertexBufferLayout.#ctor(System.UIntPtr)
Expand Down Expand Up @@ -81424,6 +81425,7 @@ T:ModelIO.MDLTransformRotateZOp
T:ModelIO.MDLTransformScaleOp
T:ModelIO.MDLTransformStack
T:ModelIO.MDLTransformTranslateOp
T:ModelIO.MDLUtility
T:ModelIO.MDLVertexFormatExtensions
T:ModelIO.MDLVoxelIndexExtent
T:NaturalLanguage.NLContextualEmbedding
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-ModelIO.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/macOS-ModelIO.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/tvOS-ModelIO.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-ModelIO.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/macOS-ModelIO.todo

This file was deleted.

2 changes: 0 additions & 2 deletions tests/xtro-sharpie/tvOS-ModelIO.todo

This file was deleted.