API Differences in MetalFX in iOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in MetalFX in the iOS 26.0 SDK.

Table of Contents

Protocols

MTL4FXSpatialScaler
MTL4FXTemporalScaler

Functions & Methods

MTLFXTemporalScalerDescriptor
- (nullable id<MTL4FXTemporalScaler>)newTemporalScalerWithDevice:(nonnull id<MTLDevice>)device compiler:(nonnull id<MTL4Compiler>)compiler;
MTLFXTemporalScalerDescriptor
+ (BOOL)supportsMetal4FX:(nonnull id<MTLDevice>)device;
MTLFXSpatialScalerDescriptor
- (nullable id<MTL4FXSpatialScaler>)newSpatialScalerWithDevice:(nonnull id<MTLDevice>)device compiler:(nonnull id<MTL4Compiler>)compiler;
MTLFXSpatialScalerDescriptor
+ (BOOL)supportsMetal4FX:(nonnull id<MTLDevice>)device;