C Specification
The VkPipelineCreationFeedbackEXT
structure is defined as:
typedef struct VkPipelineCreationFeedbackEXT {
VkPipelineCreationFeedbackFlagsEXT flags;
uint64_t duration;
} VkPipelineCreationFeedbackEXT;
Members
-
flags
is a bitmask of VkPipelineCreationFeedbackFlagBitsEXT providing feedback about the creation of a pipeline or of a pipeline stage. -
duration
is the duration spent creating a pipeline or pipeline stage in nanoseconds.
Description
If the VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT
is not set in
flags
, an implementation must not set any other bits in flags
,
and all other VkPipelineCreationFeedbackEXT
data members are
undefined.
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
Copyright (c) 2014-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.