Enum

VkAntiLagStageAMD

Report the application stage

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

typedef enum VkAntiLagStageAMD {
    VK_ANTI_LAG_STAGE_INPUT_AMD = 0,
    VK_ANTI_LAG_STAGE_PRESENT_AMD = 1,
} VkAntiLagStageAMD;
  • VK_ANTI_LAG_STAGE_INPUT_AMD specifies the stage before processing input.
  • VK_ANTI_LAG_STAGE_PRESENT_AMD specifies the stage before vkQueuePresentKHR.