View, browse and sort the ever-growing list of sessions by pass type, track, and format. With this Session Viewer, you can view session and speaker details for the 2024 Game Developers Conference. New sessions are regularly added leading up to GDC, and all dates and times will be announced about 4 weeks before the event. Once live, you will be able to build your schedule with the GDC Mobile App.
Sessions do fill up and seating is first come, first serve, so arrive early to sessions that you would like to attend.
Alexis Griffin-Lira (Rendering Engineer, Electronic Arts)
Pass Type: All Access Pass, Core Pass - Get your pass now!
Topic: Programming
Format: Session
Vault Recording: TBD
Audience Level: All
This talk describes how Frostbite implemented multi platform 16 bit type (FP16) support for shaders in order to increase shader performance, especially on mobile. 16 bit shader types like half and short have advantages over 32 bit types, like occupancy and ALU performance. However, converting shaders to take advantage of half precision types is often not a straightforward process, in particular when accounting for platform and driver quirks.
This talk will cover the process of creating Frostbite's FP16 API, which enables shader programmers to write FP16 shaders while the tools bridge the platform gaps under the hood. The talk will also explain the rationale behind embracing FP16 in our shaders, the various challenges and quirks of FP16 in different platforms, and how we worked around them, and, finally, it concludes by presenting some of our performance and visual results on various console and mobile platforms.
Attendees will learn about writing multiplatform, performant FP16 shaders, and the experience, victories and challenges of Frostbite's approach to implementing FP16 capable shaders across a wide range of devices.
This talk is intended for graphics and engine programmers, technical artists, and anyone with an interest in writing more performant shaders.