Bulk update of extracted Apple sample-code archives from /Users/mmj/.cupertino/sample-code/, the source the v1.0.0 / v1.0.1 release database bundles indexed. 627 source zips processed: - 619 extracted successfully - 8 invalid zips skipped (samplecode.zip, accessibility.zip, appintents.zip, ios-ipados-release-notes.zip, watchos-release-notes.zip, visionos-release-notes-visionos-release-notes.zip, updates.zip, technologyoverviews-.zip — all corrupt downloads, not real samples, cupertino crawler #TBD). Result: 632 sample directories (was 606). 1,166 file-level changes: 139 new, 582 modified, 445 deleted. Sample directories whose zips extracted byte-identical to the previous version produce zero git changes. |
||
|---|---|---|
| .. | ||
| Application | ||
| Asset | ||
| Assets | ||
| Configuration | ||
| ModernRenderer.xcodeproj | ||
| Renderer | ||
| .gitattributes | ||
| .gitignore | ||
| ACKNOWLEDGEMENTS.txt | ||
| LICENSE.txt | ||
| README.md | ||
Modern Rendering with Metal
Use advanced Metal features such as indirect command buffers, sparse textures, and variable rate rasterization to implement complex rendering techniques.
Overview
- Note: This sample code project is associated with the Metal Enhancements for A13 Bionic tech talk.
Configure the Sample Code Project
Because this sample app uses indirect command buffers, you can't run this sample in the Simulator — you need to run it on a device. To run this sample, use one of the following:
- A Mac from mid-2016 and later with macOS 11 and later
- An iPad with A11 Bionic and later using iPadOS 14.1 and later
- An iOS device with A11 Bionic and later using iOS 14.1 and later
- Xcode 12 and later