VkAntiLagStageAMD(3)

Name

VkAntiLagStageAMD - Report the application stage

C Specification

Possible values of VkAntiLagPresentationInfoAMD::stage, specifying the current application stage, are:

// Provided by VK_AMD_anti_lag
typedef enum VkAntiLagStageAMD {
    VK_ANTI_LAG_STAGE_INPUT_AMD = 0,
    VK_ANTI_LAG_STAGE_PRESENT_AMD = 1,
} VkAntiLagStageAMD;

Description

  • VK_ANTI_LAG_STAGE_INPUT_AMD specifies the stage before processing input.

  • VK_ANTI_LAG_STAGE_PRESENT_AMD specifies the stage before vkQueuePresentKHR.

Document Notes

For more information, see the Vulkan Specification.

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.