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 Structures
- VkAntiLagDataAMD
- VkAntiLagPresentationInfoAMD
- Extending VkPhysicalDeviceFeatures2, VkDeviceCreateInfo:
New Enums
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