Skip to content

Commit

Permalink
[MetalFX] Implement Xcode 16.0 beta 1-6 changes. (#21020)
Browse files Browse the repository at this point in the history
Note: there were no changes in beta 2, beta 3, beta 4, beta 5 or beta 6.
  • Loading branch information
rolfbjarne authored Aug 26, 2024
1 parent 6d6e5ec commit 0cd9749
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/metalfx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ interface MTLFXTemporalScalerDescriptor {
[Export ("autoExposureEnabled")]
bool AutoExposureEnabled { [Bind ("isAutoExposureEnabled")] get; set; }

[Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Export ("requiresSynchronousInitialization")]
bool RequiresSynchronousInitialization { get; set; }

[Export ("inputContentPropertiesEnabled")]
bool InputContentPropertiesEnabled { [Bind ("isInputContentPropertiesEnabled")] get; set; }

Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70488,6 +70488,7 @@ P:MetalFX.MTLFXTemporalScalerDescriptor.OutputTextureFormat
P:MetalFX.MTLFXTemporalScalerDescriptor.OutputWidth
P:MetalFX.MTLFXTemporalScalerDescriptor.ReactiveMaskTextureEnabled
P:MetalFX.MTLFXTemporalScalerDescriptor.ReactiveMaskTextureFormat
P:MetalFX.MTLFXTemporalScalerDescriptor.RequiresSynchronousInitialization
P:MetalKit.MTKMesh.Name
P:MetalKit.MTKMesh.Submeshes
P:MetalKit.MTKMesh.VertexBuffers
Expand Down
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 comments on commit 0cd9749

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.