Home
last modified time | relevance | path

Searched defs:LoggingLabelState (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h118 struct LoggingLabelState { struct
119 std::vector<LoggingLabel> labels;
120 LoggingLabel insert_label;
123 std::vector<VkDebugUtilsLabelEXT> Export() const { in Export()