Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: tech-talks-605
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 605
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2017
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2017] [Tech Talk 605] Metal 2 o...

Tech Talk 605

Metal 2 on A11 - Raster Order Groups

2017 • 10:56

Raster order groups allow Metal 2 apps to precisely control the order of parallel fragment shader threads accessing the same pixel coordinates. Learn how A11 extends raster order groups with support for multiple groups and adds new capabilities for accessing threadgroup memory. See how you can improve the performance of single pass deferred shading and order independent transparency.

Speaker: Richard Schreyer

Open in Apple Developer site