API Differences in MetalFX in macOS 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 macOS 26.0 SDK.

Table of Contents

Protocols

MTL4FXSpatialScaler
MTL4FXTemporalScaler

Functions & Methods

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