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;
pub struct AntiLagStageAMD(u32);
impl AntiLagStageAMD {
pub const INPUT: Self = 0;
pub const PRESENT: Self = 1;
}
VK_ANTI_LAG_STAGE_INPUT_AMDspecifies the stage before processing input.VK_ANTI_LAG_STAGE_PRESENT_AMDspecifies the stage before vkQueuePresentKHR.
Parent
VK_AMD_anti_lagType
Enum