Structures

VkDataGraphPipelineNeuralStatisticsCreateInfoARM

Structure specifying neural statistics parameters of a newly created graph pipeline

The VkDataGraphPipelineNeuralStatisticsCreateInfoARM structure is defined as:

typedef struct VkDataGraphPipelineNeuralStatisticsCreateInfoARM {
    VkStructureType sType;
    const void* pNext;
    VkBool32 allowNeuralStatistics;
} VkDataGraphPipelineNeuralStatisticsCreateInfoARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • allowNeuralStatistics specifies whether sessions for the newly created pipeline may enable neural statistics reporting.

Valid Usage (Implicit)

VUID-VkDataGraphPipelineNeuralStatisticsCreateInfoARM-sType-sType

sType must be VK_STRUCTURE_TYPE_DATA_GRAPH_PIPELINE_NEURAL_STATISTICS_CREATE_INFO_ARM