View, browse and sort the ever-growing list of GDC sessions by pass type, track, format, and more! With Session Scheduler, create an account to build your own GDC schedule and access it anywhere, including on the GDC app, once live.
If you've registered for GDC, you can use the same login credentials. Adding a session to your schedule does not guarantee you a seat. Sessions do fill up, so please arrive early to sessions that you would like to attend.
Akimitsu Hogge (Software Engineer, Activision)
Location: Room 301, South Hall
Date: Wednesday, March 20
Time: 9:00 am - 10:00 am
Pass Type: All Access, GDC Conference + Summits, GDC Conference - Get your pass now!
Topic: Programming
Format: Session
Vault Recording: Video
Audience Level: All
Low input latency is key to a satisfying experience in competitive games, but reasoning about latency can be non-intuitive in modern engines with multiple parallel timelines running at once. This talk will tackle latency by analyzing the path that data flows through a game engine from the input sample all the way to the video scan-out hardware. By identifying and measuring segments on this path, a dynamic throttle can be implemented to squeeze the input sample as close to the end of the frame as possible without dropping frames. Special attention will be placed on how latency is introduced in the interaction between the GPU and display scan-out timelines when Vsync is enabled.
Attendees will gain insight into how input latency works in games engines, especially how it can be introduced between the GPU and video scan-out. They will learn a strategy for implementing a throttle on the input sample to reduce latency, as well as the trade-offs to consider when tuning the throttle.
The talk is intended for programmers interested in game engines, and most of the concepts should be applicable to all game engines large and small. The content is skewed towards a rendering perspective, but no specific rendering knowledge is required.