VK_AMD_anti_lag(3)

Name

VK_AMD_anti_lag - device extension

VK_AMD_anti_lag

Name String

VK_AMD_anti_lag

Extension Type

Device extension

Registered Extension Number

477

Revision

1

Ratification Status

Not ratified

Extension and Version Dependencies
Contact
  • Stu Smith

Extension Proposal

VK_AMD_anti_lag

Other Extension Metadata

Last Modified Date

2024-06-06

IP Status

No known IP claims.

Contributors
  • Tobias Hector, AMD

  • Stuart Smith, AMD

  • Arkadiusz Sarwa, AMD

Description

This extension automatically paces the CPU to make sure it does not get too far ahead of the GPU, reducing the latency between inputs received and updates on the screen. Additionally, Anti-Lag+ offers applications the ability to inform the driver when input processing begins, in order to align the timing of display updates, enabling even lower latency between receiving input and displaying on the screen.

New Commands

New Enum Constants

  • VK_AMD_ANTI_LAG_EXTENSION_NAME

  • VK_AMD_ANTI_LAG_SPEC_VERSION

  • Extending VkStructureType:

    • VK_STRUCTURE_TYPE_ANTI_LAG_DATA_AMD

    • VK_STRUCTURE_TYPE_ANTI_LAG_PRESENTATION_INFO_AMD

    • VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ANTI_LAG_FEATURES_AMD

Version History

  • Revision 1, 2024-06-06 (Arkadiusz Sarw)

    • Initial version

See Also

No cross-references are available

Document Notes

For more information, see the Vulkan Specification.

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.