Skip to content

Commit 0cd9749

Browse files
authored
[MetalFX] Implement Xcode 16.0 beta 1-6 changes. (#21020)
Note: there were no changes in beta 2, beta 3, beta 4, beta 5 or beta 6.
1 parent 6d6e5ec commit 0cd9749

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

src/metalfx.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ interface MTLFXTemporalScalerDescriptor {
288288
[Export ("autoExposureEnabled")]
289289
bool AutoExposureEnabled { [Bind ("isAutoExposureEnabled")] get; set; }
290290

291+
[Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
292+
[Export ("requiresSynchronousInitialization")]
293+
bool RequiresSynchronousInitialization { get; set; }
294+
291295
[Export ("inputContentPropertiesEnabled")]
292296
bool InputContentPropertiesEnabled { [Bind ("isInputContentPropertiesEnabled")] get; set; }
293297

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70488,6 +70488,7 @@ P:MetalFX.MTLFXTemporalScalerDescriptor.OutputTextureFormat
7048870488
P:MetalFX.MTLFXTemporalScalerDescriptor.OutputWidth
7048970489
P:MetalFX.MTLFXTemporalScalerDescriptor.ReactiveMaskTextureEnabled
7049070490
P:MetalFX.MTLFXTemporalScalerDescriptor.ReactiveMaskTextureFormat
70491+
P:MetalFX.MTLFXTemporalScalerDescriptor.RequiresSynchronousInitialization
7049170492
P:MetalKit.MTKMesh.Name
7049270493
P:MetalKit.MTKMesh.Submeshes
7049370494
P:MetalKit.MTKMesh.VertexBuffers

tests/xtro-sharpie/api-annotations-dotnet/iOS-MetalFX.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-MetalFX.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/iOS-MetalFX.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/xtro-sharpie/macOS-MetalFX.todo

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)