<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "macOS: 14.0.0 -",
    "Xcode: 26.3.0 -"
  ],
  "documentType" : "article",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/rendering-a-scene-with-forward-plus-lighting-using-tile-shaders",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Rendering a scene with forward plus lighting using tile shaders"
}
-->

# Rendering a scene with forward plus lighting using tile shaders

Implement a forward plus renderer using the latest features on Apple GPUs.

## Discussion> Note: This sample code project is associated with WWDC 2019 session [601: Modern Rendering with Metal](https://developer.apple.com/videos/play/wwdc19/601/).

### Configure the sample code project

To run the app:

- Build the project with Xcode 11 or later.
- Target an iOS device with an A11 chip or later and iOS 11 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)