C Specification

The VkPresentStageTimeEXT structure is defined as:

// Provided by VK_EXT_present_timing
typedef struct VkPresentStageTimeEXT {
    VkPresentStageFlagsEXT    stage;
    uint64_t                  time;
} VkPresentStageTimeEXT;

Members

  • stage is a VkPresentStageFlagsEXT value specifying a present stage.

  • time is a time in nanoseconds associated with the stage.

Description

Valid Usage (Implicit)
  • VUID-VkPresentStageTimeEXT-stage-parameter
    stage must be a valid combination of VkPresentStageFlagBitsEXT values

  • VUID-VkPresentStageTimeEXT-stage-requiredbitmask
    stage must not be 0

See Also

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.

Copyright 2014-2025 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0