Structures
VkDeviceDiagnosticsConfigCreateInfoNV
Specify diagnostics config for a Vulkan device
When using the Nsight™ Aftermath SDK, to configure how device crash
dumps are created, add a VkDeviceDiagnosticsConfigCreateInfoNV
structure to the pNext
chain of the VkDeviceCreateInfo
structure.
typedef struct VkDeviceDiagnosticsConfigCreateInfoNV {
VkStructureType sType;
const void* pNext;
VkDeviceDiagnosticsConfigFlagsNV flags;
} VkDeviceDiagnosticsConfigCreateInfoNV;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.flags
is a bitmask of VkDeviceDiagnosticsConfigFlagBitsNV specifying additional parameters for configuring diagnostic tools.
Valid Usage (Implicit)
VUID-VkDeviceDiagnosticsConfigCreateInfoNV-sType-sType
sType
must be VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV
VUID-VkDeviceDiagnosticsConfigCreateInfoNV-flags-parameter
flags
must be a valid combination of VkDeviceDiagnosticsConfigFlagBitsNV values