Structures

VkShaderInstrumentationCreateInfoARM

Structure specifying parameters of a newly created shader instrumentation

The VkShaderInstrumentationCreateInfoARM structure is defined as:

typedef struct VkShaderInstrumentationCreateInfoARM {
    VkStructureType sType;
    void* pNext;
} VkShaderInstrumentationCreateInfoARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.

Valid Usage (Implicit)

VUID-VkShaderInstrumentationCreateInfoARM-sType-sType

sType must be VK_STRUCTURE_TYPE_SHADER_INSTRUMENTATION_CREATE_INFO_ARM