<!--
{
  "availability" : [
    "Xcode: 14.0.0 -",
    "iOS: 16.0.0 -",
    "macOS: 13.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "MetalFX",
  "identifier" : "/documentation/MetalFX/applying-temporal-antialiasing-and-upscaling-using-metalfx",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Applying temporal antialiasing and upscaling using MetalFX"
}
-->

# Applying temporal antialiasing and upscaling using MetalFX

Reduce render workloads while increasing image detail with MetalFX.

## Overview

> Note: This sample code project is associated with WWDC22 session [10103: Boost performance with MetalFX upscaling](https://developer.apple.com/wwdc22/10103/).

### Configure the sample code project

This sample code project requires the following:

- macOS 13 or later, and a Mac with the M1 chip or an Intel-based Mac
- iOS 16 or later, and an iPad with the M1 chip
- Xcode 14 or later

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)